Html Css Color HEX #6B8E06 Olive Drab

📋 copy color: '#6B8E06'

red 107 ◦ green 142 ◦ blue 6

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

Shades of Olive Drab #6B8E06

Tints of Olive Drab #6B8E06

RGB

 RED value IS 107 (42.19% from 255) = 41.96%

 GREEN value IS 142 (55.86% from 255) = 55.69%

 BLUE value IS 6 (2.73% from 255) = 2.35%

R = 41.96%
G = 55.69%
B = 2.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#6B8E06 (or 0x6B8E06) is known color: Olive Drab. HEX triplet: 6B, 8E and 06. RGB value is (107,142,6). Sum of RGB (Red+Green+Blue) = 107+142+6=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 142 (55.86% from 255 or 55.69% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 142 - color contains mainly: green. Hex color #6B8E06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8E06 is #9471F9. Grayscale: #747474. Windows color (decimal): -9728506 or 429675. OLE color: 429675.

HSL color Cylindrical-coordinate representation of color #6B8E06: hue angle of 75.44º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B8E06 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 142 6 -
CMYK 0.25 0 0.96 0.44
HSL 75.44º 0.92% 0.29% -
HSV(B) 75.44º 0.96% 0.56% -
XYZ 15.77 22.48 3.68 -
YUV 116.03 65.9 121.56 -
System Red Green Blue C M Y K H S L
Decimal 107 142 6 0.25 0 0.96 0.44 75.44 0.92 0.29
Hex 6B 8E 6 19 0 60 2C 4B 5C 1D
Octal 153 216 6 31 0 140 54 113 134 35
Binary 1101011 10001110 110 11001 0 1100000 101100 1001011 1011100 11101

Color Harmonies of #6B8E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8E06

Black with #6B8E06

Text Example


Text Example

White with #6B8E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,142,6); }

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

background-color css

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

 a { background-color: rgb(107,142,6); }

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

border-color css

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

 span { border-color: rgb(107,142,6); }

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