Html Css Color HEX #608206 Olive Drab

📋 copy color: '#608206'

red 96 ◦ green 130 ◦ blue 6

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

Shades of Olive Drab #608206

Tints of Olive Drab #608206

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.03%

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

R = 41.38%
G = 56.03%
B = 2.59%

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

#608206 (or 0x608206) is known color: Olive Drab. HEX triplet: 60, 82 and 06. RGB value is (96,130,6). Sum of RGB (Red+Green+Blue) = 96+130+6=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #608206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608206 is #9F7DF9. Grayscale: #6A6A6A. Windows color (decimal): -10452474 or 426592. OLE color: 426592.

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

Color convert

RGB 96 130 6 -
CMYK 0.26 0 0.95 0.49
HSL 76.45º 0.91% 0.27% -
HSV(B) 76.45º 0.95% 0.51% -
XYZ 12.84 18.47 3.06 -
YUV 105.7 71.74 121.08 -
System Red Green Blue C M Y K H S L
Decimal 96 130 6 0.26 0 0.95 0.49 76.45 0.91 0.27
Hex 60 82 6 1A 0 5F 31 4C 5B 1B
Octal 140 202 6 32 0 137 61 114 133 33
Binary 1100000 10000010 110 11010 0 1011111 110001 1001100 1011011 11011

Color Harmonies of #608206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608206

Black with #608206

Text Example


Text Example

White with #608206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608206; }

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

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

background-color css

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

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

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

border-color css

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

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

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