Html Css Color HEX #6C880B Olive Drab

📋 copy color: '#6C880B'

red 108 ◦ green 136 ◦ blue 11

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

Shades of Olive Drab #6C880B

Tints of Olive Drab #6C880B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.33%

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

R = 42.35%
G = 53.33%
B = 4.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#6C880B (or 0x6C880B) is known color: Olive Drab. HEX triplet: 6C, 88 and 0B. RGB value is (108,136,11). Sum of RGB (Red+Green+Blue) = 108+136+11=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #6C880B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C880B is #9377F4. Grayscale: #717171. Windows color (decimal): -9664501 or 755820. OLE color: 755820.

HSL color Cylindrical-coordinate representation of color #6C880B: hue angle of 73.44º 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 #6C880B is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 136 11 -
CMYK 0.21 0 0.92 0.47
HSL 73.44º 0.85% 0.29% -
HSV(B) 73.44º 0.92% 0.53% -
XYZ 15.05 20.82 3.54 -
YUV 113.38 70.22 124.16 -
System Red Green Blue C M Y K H S L
Decimal 108 136 11 0.21 0 0.92 0.47 73.44 0.85 0.29
Hex 6C 88 B 15 0 5C 2F 49 55 1D
Octal 154 210 13 25 0 134 57 111 125 35
Binary 1101100 10001000 1011 10101 0 1011100 101111 1001001 1010101 11101

Color Harmonies of #6C880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C880B

Black with #6C880B

Text Example


Text Example

White with #6C880B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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