Html Css Color HEX #608715 Olive Drab

📋 copy color: '#608715'

red 96 ◦ green 135 ◦ blue 21

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

Shades of Olive Drab #608715

Tints of Olive Drab #608715

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.57%

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 38.1%
G = 53.57%
B = 8.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#608715 (or 0x608715) is known color: Olive Drab. HEX triplet: 60, 87 and 15. RGB value is (96,135,21). Sum of RGB (Red+Green+Blue) = 96+135+21=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #608715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608715 is #9F78EA. Grayscale: #6E6E6E. Windows color (decimal): -10451179 or 1410912. OLE color: 1410912.

HSL color Cylindrical-coordinate representation of color #608715: hue angle of 80.53º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #608715 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 135 21 -
CMYK 0.29 0 0.84 0.47
HSL 80.53º 0.73% 0.31% -
HSV(B) 80.53º 0.84% 0.53% -
XYZ 13.62 19.87 3.83 -
YUV 110.34 77.58 117.77 -
System Red Green Blue C M Y K H S L
Decimal 96 135 21 0.29 0 0.84 0.47 80.53 0.73 0.31
Hex 60 87 15 1D 0 54 2F 51 49 1F
Octal 140 207 25 35 0 124 57 121 111 37
Binary 1100000 10000111 10101 11101 0 1010100 101111 1010001 1001001 11111

Color Harmonies of #608715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608715

Black with #608715

Text Example


Text Example

White with #608715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608715; }

 p { color: rgb(96,135,21); }

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

background-color css

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

 a { background-color: rgb(96,135,21); }

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

border-color css

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

 span { border-color: rgb(96,135,21); }

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