Html Css Color HEX #608719 Olive Drab

📋 copy color: '#608719'

red 96 ◦ green 135 ◦ blue 25

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

Shades of Olive Drab #608719

Tints of Olive Drab #608719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.77%

R = 37.5%
G = 52.73%
B = 9.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#608719 (or 0x608719) is known color: Olive Drab. HEX triplet: 60, 87 and 19. RGB value is (96,135,25). Sum of RGB (Red+Green+Blue) = 96+135+25=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #608719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608719 is #9F78E6. Grayscale: #6F6F6F. Windows color (decimal): -10451175 or 1673056. OLE color: 1673056.

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

Color convert

RGB 96 135 25 -
CMYK 0.29 0 0.81 0.47
HSL 81.27º 0.69% 0.31% -
HSV(B) 81.27º 0.81% 0.53% -
XYZ 13.66 19.88 4.04 -
YUV 110.8 79.58 117.44 -
System Red Green Blue C M Y K H S L
Decimal 96 135 25 0.29 0 0.81 0.47 81.27 0.69 0.31
Hex 60 87 19 1D 0 51 2F 51 45 1F
Octal 140 207 31 35 0 121 57 121 105 37
Binary 1100000 10000111 11001 11101 0 1010001 101111 1010001 1000101 11111

Color Harmonies of #608719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608719

Black with #608719

Text Example


Text Example

White with #608719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608719; }

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

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

background-color css

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

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

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

border-color css

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

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

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