Html Css Color HEX #608913 Olive Drab

📋 copy color: '#608913'

red 96 ◦ green 137 ◦ blue 19

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

Shades of Olive Drab #608913

Tints of Olive Drab #608913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.37%

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 38.1%
G = 54.37%
B = 7.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#608913 (or 0x608913) is known color: Olive Drab. HEX triplet: 60, 89 and 13. RGB value is (96,137,19). Sum of RGB (Red+Green+Blue) = 96+137+19=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #608913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608913 is #9F76EC. Grayscale: #6F6F6F. Windows color (decimal): -10450669 or 1280352. OLE color: 1280352.

HSL color Cylindrical-coordinate representation of color #608913: hue angle of 80.85º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #608913 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 19 -
CMYK 0.30 0 0.86 0.46
HSL 80.85º 0.76% 0.31% -
HSV(B) 80.85º 0.86% 0.54% -
XYZ 13.89 20.43 3.83 -
YUV 111.29 75.92 117.09 -
System Red Green Blue C M Y K H S L
Decimal 96 137 19 0.30 0 0.86 0.46 80.85 0.76 0.31
Hex 60 89 13 1E 0 56 2E 51 4C 1F
Octal 140 211 23 36 0 126 56 121 114 37
Binary 1100000 10001001 10011 11110 0 1010110 101110 1010001 1001100 11111

Color Harmonies of #608913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608913

Black with #608913

Text Example


Text Example

White with #608913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608913; }

 p { color: rgb(96,137,19); }

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

background-color css

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

 a { background-color: rgb(96,137,19); }

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

border-color css

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

 span { border-color: rgb(96,137,19); }

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