Html Css Color HEX #607331 Dark Olive Green

📋 copy color: '#607331'

red 96 ◦ green 115 ◦ blue 49

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

Shades of Dark Olive Green #607331

Tints of Dark Olive Green #607331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.23%

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 36.92%
G = 44.23%
B = 18.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#607331 (or 0x607331) is known color: Dark Olive Green. HEX triplet: 60, 73 and 31. RGB value is (96,115,49). Sum of RGB (Red+Green+Blue) = 96+115+49=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #607331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607331 is #9F8CCE. Grayscale: #666666. Windows color (decimal): -10456271 or 3240800. OLE color: 3240800.

HSL color Cylindrical-coordinate representation of color #607331: hue angle of 77.27º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #607331 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 115 49 -
CMYK 0.17 0 0.57 0.55
HSL 77.27º 0.4% 0.32% -
HSV(B) 77.27º 0.57% 0.45% -
XYZ 11.51 14.97 5.19 -
YUV 101.8 98.21 123.87 -
System Red Green Blue C M Y K H S L
Decimal 96 115 49 0.17 0 0.57 0.55 77.27 0.4 0.32
Hex 60 73 31 11 0 39 37 4D 28 20
Octal 140 163 61 21 0 71 67 115 50 40
Binary 1100000 1110011 110001 10001 0 111001 110111 1001101 101000 100000

Color Harmonies of #607331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607331

Black with #607331

Text Example


Text Example

White with #607331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607331; }

 p { color: rgb(96,115,49); }

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

background-color css

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

 a { background-color: rgb(96,115,49); }

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

border-color css

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

 span { border-color: rgb(96,115,49); }

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