Html Css Color HEX #608312 Olive Drab

📋 copy color: '#608312'

red 96 ◦ green 131 ◦ blue 18

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

Shades of Olive Drab #608312

Tints of Olive Drab #608312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 39.18%
G = 53.47%
B = 7.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#608312 (or 0x608312) is known color: Olive Drab. HEX triplet: 60, 83 and 12. RGB value is (96,131,18). Sum of RGB (Red+Green+Blue) = 96+131+18=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #608312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608312 is #9F7CED. Grayscale: #6C6C6C. Windows color (decimal): -10452206 or 1213280. OLE color: 1213280.

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

Color convert

RGB 96 131 18 -
CMYK 0.27 0 0.86 0.49
HSL 78.58º 0.76% 0.29% -
HSV(B) 78.58º 0.86% 0.51% -
XYZ 13.05 18.76 3.51 -
YUV 107.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 96 131 18 0.27 0 0.86 0.49 78.58 0.76 0.29
Hex 60 83 12 1B 0 56 31 4F 4C 1D
Octal 140 203 22 33 0 126 61 117 114 35
Binary 1100000 10000011 10010 11011 0 1010110 110001 1001111 1001100 11101

Color Harmonies of #608312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608312

Black with #608312

Text Example


Text Example

White with #608312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608312; }

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

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

background-color css

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

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

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

border-color css

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

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

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