Html Css Color HEX #608308 Olive Drab

📋 copy color: '#608308'

red 96 ◦ green 131 ◦ blue 8

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

Shades of Olive Drab #608308

Tints of Olive Drab #608308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.74%

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

R = 40.85%
G = 55.74%
B = 3.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#608308 (or 0x608308) is known color: Olive Drab. HEX triplet: 60, 83 and 08. RGB value is (96,131,8). Sum of RGB (Red+Green+Blue) = 96+131+8=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #608308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608308 is #9F7CF7. Grayscale: #6A6A6A. Windows color (decimal): -10452216 or 557920. OLE color: 557920.

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

Color convert

RGB 96 131 8 -
CMYK 0.27 0 0.94 0.49
HSL 77.07º 0.88% 0.27% -
HSV(B) 77.07º 0.94% 0.51% -
XYZ 12.98 18.74 3.16 -
YUV 106.51 72.4 120.5 -
System Red Green Blue C M Y K H S L
Decimal 96 131 8 0.27 0 0.94 0.49 77.07 0.88 0.27
Hex 60 83 8 1B 0 5E 31 4D 58 1B
Octal 140 203 10 33 0 136 61 115 130 33
Binary 1100000 10000011 1000 11011 0 1011110 110001 1001101 1011000 11011

Color Harmonies of #608308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608308

Black with #608308

Text Example


Text Example

White with #608308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608308; }

 p { color: rgb(96,131,8); }

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

background-color css

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

 a { background-color: rgb(96,131,8); }

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

border-color css

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

 span { border-color: rgb(96,131,8); }

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