#6B7C02

Color #6B7C02 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #6B7C02

Tints of Olive #6B7C02

Color information

#6B7C02 (or 0x6B7C02) is unknown color: approx Olive. HEX triplet: 6B, 7C and 02. RGB value is (107,124,2). Sum of RGB (Red+Green+Blue) = 107+124+2=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #6B7C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7C02 is #9483FD. Grayscale: #696969. Windows color (decimal): -9733118 or 162923. OLE color: 162923.

HSL color Cylindrical-coordinate representation of color #6B7C02: hue angle of 68.36º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B7C02 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB1071242-
CMYK0.1400.980.51
HSL68.36º96.83%24.71%-
HSV(B)68.36º98.39%48.63%-
XYZ13.2817.552.74-
YUV105.0169.87129.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 45.92%
GREEN value IS 124 (48.83% from 255) = 53.22%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=45.92%
G=53.22%
B=0.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10712420.1400.980.5168.3696.8324.71
Hex6B7C2E06233446119
Octal15317421601426310414131
Binary11010111111100101110011000101100111000100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B7C02; }

 p { color: rgb(107,124,2); }

 H1.HeaderClassName
 {
   color: #6B7C02;
 }
 .AnyTagClassName
 {
   color: #6B7C02;
 }
</style>
background-color css

<style>
 a { background-color: #6B7C02; }

 a { background-color: rgb(107,124,2); }

 div.DivClassName
 {
   background-color: #6B7C02;
 }
 .BgClassName
 {
   background-color: #6B7C02;
 }
</style>
border-color css

<style>
 span { border-color: #6B7C02; }

 span { border-color: rgb(107,124,2); }

 td.TdClassName
 {
   border-color: #6B7C02;
 }
 .TagClassName
 {
   border-color: #6B7C02;
 }
</style>