Html Css Color HEX #608113 Olive Drab

📋 copy color: '#608113'

red 96 ◦ green 129 ◦ blue 19

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

Shades of Olive Drab #608113

Tints of Olive Drab #608113

RGB

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

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

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

R = 39.34%
G = 52.87%
B = 7.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#608113 (or 0x608113) is known color: Olive Drab. HEX triplet: 60, 81 and 13. RGB value is (96,129,19). Sum of RGB (Red+Green+Blue) = 96+129+19=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 129 (50.78% from 255 or 52.87% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 129 - color contains mainly: green. Hex color #608113 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608113 is #9F7EEC. Grayscale: #6B6B6B. Windows color (decimal): -10452717 or 1278304. OLE color: 1278304.

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

Color convert

RGB 96 129 19 -
CMYK 0.26 0 0.85 0.49
HSL 78º 0.74% 0.29% -
HSV(B) 78º 0.85% 0.51% -
XYZ 12.79 18.23 3.46 -
YUV 106.59 78.57 120.44 -
System Red Green Blue C M Y K H S L
Decimal 96 129 19 0.26 0 0.85 0.49 78 0.74 0.29
Hex 60 81 13 1A 0 55 31 4E 4A 1D
Octal 140 201 23 32 0 125 61 116 112 35
Binary 1100000 10000001 10011 11010 0 1010101 110001 1001110 1001010 11101

Color Harmonies of #608113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608113

Black with #608113

Text Example


Text Example

White with #608113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608113; }

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

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

background-color css

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

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

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

border-color css

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

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

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