Html Css Color HEX #608106 Olive Drab

📋 copy color: '#608106'

red 96 ◦ green 129 ◦ blue 6

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

Shades of Olive Drab #608106

Tints of Olive Drab #608106

RGB

 RED value IS 96 (37.89% from 255) = 41.56%

 GREEN value IS 129 (50.78% from 255) = 55.84%

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

R = 41.56%
G = 55.84%
B = 2.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#608106 (or 0x608106) is known color: Olive Drab. HEX triplet: 60, 81 and 06. RGB value is (96,129,6). Sum of RGB (Red+Green+Blue) = 96+129+6=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #608106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608106 is #9F7EF9. Grayscale: #696969. Windows color (decimal): -10452730 or 426336. OLE color: 426336.

HSL color Cylindrical-coordinate representation of color #608106: hue angle of 76.1º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #608106 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 129 6 -
CMYK 0.26 0 0.95 0.49
HSL 76.1º 0.91% 0.26% -
HSV(B) 76.1º 0.95% 0.51% -
XYZ 12.71 18.2 3.02 -
YUV 105.11 72.07 121.5 -
System Red Green Blue C M Y K H S L
Decimal 96 129 6 0.26 0 0.95 0.49 76.1 0.91 0.26
Hex 60 81 6 1A 0 5F 31 4C 5B 1A
Octal 140 201 6 32 0 137 61 114 133 32
Binary 1100000 10000001 110 11010 0 1011111 110001 1001100 1011011 11010

Color Harmonies of #608106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608106

Black with #608106

Text Example


Text Example

White with #608106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608106; }

 p { color: rgb(96,129,6); }

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

background-color css

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

 a { background-color: rgb(96,129,6); }

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

border-color css

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

 span { border-color: rgb(96,129,6); }

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