Html Css Color HEX #6C8508 Olive

📋 copy color: '#6C8508'

red 108 ◦ green 133 ◦ blue 8

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

Shades of Olive #6C8508

Tints of Olive #6C8508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.41%

 BLUE value IS 8 (3.52% from 255) = 3.21%

R = 43.37%
G = 53.41%
B = 3.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#6C8508 (or 0x6C8508) is known color: Olive. HEX triplet: 6C, 85 and 08. RGB value is (108,133,8). Sum of RGB (Red+Green+Blue) = 108+133+8=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8508 is #937AF7. Grayscale: #6F6F6F. Windows color (decimal): -9665272 or 558444. OLE color: 558444.

HSL color Cylindrical-coordinate representation of color #6C8508: hue angle of 72º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C8508 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 133 8 -
CMYK 0.19 0 0.94 0.48
HSL 72º 0.89% 0.28% -
HSV(B) 72º 0.94% 0.52% -
XYZ 14.62 19.98 3.32 -
YUV 111.28 69.72 125.66 -
System Red Green Blue C M Y K H S L
Decimal 108 133 8 0.19 0 0.94 0.48 72 0.89 0.28
Hex 6C 85 8 13 0 5E 30 48 59 1C
Octal 154 205 10 23 0 136 60 110 131 34
Binary 1101100 10000101 1000 10011 0 1011110 110000 1001000 1011001 11100

Color Harmonies of #6C8508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8508

Black with #6C8508

Text Example


Text Example

White with #6C8508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,133,8); }

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

background-color css

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

 a { background-color: rgb(108,133,8); }

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

border-color css

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

 span { border-color: rgb(108,133,8); }

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