Html Css Color HEX #607535 Dark Olive Green

📋 copy color: '#607535'

red 96 ◦ green 117 ◦ blue 53

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

Shades of Dark Olive Green #607535

Tints of Dark Olive Green #607535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.98%

 BLUE value IS 53 (21.09% from 255) = 19.92%

R = 36.09%
G = 43.98%
B = 19.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#607535 (or 0x607535) is known color: Dark Olive Green. HEX triplet: 60, 75 and 35. RGB value is (96,117,53). Sum of RGB (Red+Green+Blue) = 96+117+53=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #607535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607535 is #9F8ACA. Grayscale: #676767. Windows color (decimal): -10455755 or 3503456. OLE color: 3503456.

HSL color Cylindrical-coordinate representation of color #607535: hue angle of 79.69º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #607535 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 53 -
CMYK 0.18 0 0.55 0.54
HSL 79.69º 0.38% 0.33% -
HSV(B) 79.69º 0.55% 0.46% -
XYZ 11.83 15.47 5.73 -
YUV 103.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 96 117 53 0.18 0 0.55 0.54 79.69 0.38 0.33
Hex 60 75 35 12 0 37 36 50 26 21
Octal 140 165 65 22 0 67 66 120 46 41
Binary 1100000 1110101 110101 10010 0 110111 110110 1010000 100110 100001

Color Harmonies of #607535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607535

Black with #607535

Text Example


Text Example

White with #607535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607535; }

 p { color: rgb(96,117,53); }

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

background-color css

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

 a { background-color: rgb(96,117,53); }

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

border-color css

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

 span { border-color: rgb(96,117,53); }

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