Html Css Color HEX #6C870B Olive Drab

📋 copy color: '#6C870B'

red 108 ◦ green 135 ◦ blue 11

#6C870B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #6C870B

Tints of Olive Drab #6C870B

RGB

 RED value IS 108 (42.58% from 255) = 42.52%

 GREEN value IS 135 (53.13% from 255) = 53.15%

 BLUE value IS 11 (4.69% from 255) = 4.33%

R = 42.52%
G = 53.15%
B = 4.33%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#6C870B (or 0x6C870B) is known color: Olive Drab. HEX triplet: 6C, 87 and 0B. RGB value is (108,135,11). Sum of RGB (Red+Green+Blue) = 108+135+11=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #6C870B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C870B is #9378F4. Grayscale: #717171. Windows color (decimal): -9664757 or 755564. OLE color: 755564.

HSL color Cylindrical-coordinate representation of color #6C870B: hue angle of 73.06º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C870B is Cyan = 0.2, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 135 11 -
CMYK 0.2 0 0.92 0.47
HSL 73.06º 0.85% 0.29% -
HSV(B) 73.06º 0.92% 0.53% -
XYZ 14.91 20.54 3.5 -
YUV 112.79 70.55 124.58 -
System Red Green Blue C M Y K H S L
Decimal 108 135 11 0.2 0 0.92 0.47 73.06 0.85 0.29
Hex 6C 87 B 14 0 5C 2F 49 55 1D
Octal 154 207 13 24 0 134 57 111 125 35
Binary 1101100 10000111 1011 10100 0 1011100 101111 1001001 1010101 11101

Color Harmonies of #6C870B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C870B

Black with #6C870B

Text Example


Text Example

White with #6C870B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,135,11); }

 H1.HeaderClassName
 {
   color: #6C870B;
 }
 .AnyTagClassName
 {
   color: #6C870B;
 }
</style>

background-color css

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

 a { background-color: rgb(108,135,11); }

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

border-color css

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

 span { border-color: rgb(108,135,11); }

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