Html Css Color HEX #607132 Dark Olive Green

📋 copy color: '#607132'

red 96 ◦ green 113 ◦ blue 50

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

Shades of Dark Olive Green #607132

Tints of Dark Olive Green #607132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.63%

 BLUE value IS 50 (19.92% from 255) = 19.31%

R = 37.07%
G = 43.63%
B = 19.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#607132 (or 0x607132) is known color: Dark Olive Green. HEX triplet: 60, 71 and 32. RGB value is (96,113,50). Sum of RGB (Red+Green+Blue) = 96+113+50=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #607132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607132 is #9F8ECD. Grayscale: #646464. Windows color (decimal): -10456782 or 3305824. OLE color: 3305824.

HSL color Cylindrical-coordinate representation of color #607132: hue angle of 76.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #607132 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 113 50 -
CMYK 0.15 0 0.56 0.56
HSL 76.19º 0.39% 0.32% -
HSV(B) 76.19º 0.56% 0.44% -
XYZ 11.3 14.53 5.23 -
YUV 100.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 96 113 50 0.15 0 0.56 0.56 76.19 0.39 0.32
Hex 60 71 32 F 0 38 38 4C 27 20
Octal 140 161 62 17 0 70 70 114 47 40
Binary 1100000 1110001 110010 1111 0 111000 111000 1001100 100111 100000

Color Harmonies of #607132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607132

Black with #607132

Text Example


Text Example

White with #607132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607132; }

 p { color: rgb(96,113,50); }

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

background-color css

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

 a { background-color: rgb(96,113,50); }

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

border-color css

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

 span { border-color: rgb(96,113,50); }

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