Html Css Color HEX #609E70 Oxley

📋 copy color: '#609E70'

red 96 ◦ green 158 ◦ blue 112

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

Shades of Oxley #609E70

Tints of Oxley #609E70

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.17%

 BLUE value IS 112 (44.14% from 255) = 30.6%

R = 26.23%
G = 43.17%
B = 30.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#609E70 (or 0x609E70) is known color: Oxley. HEX triplet: 60, 9E and 70. RGB value is (96,158,112). Sum of RGB (Red+Green+Blue) = 96+158+112=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #609E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609E70 is #9F618F. Grayscale: #868686. Windows color (decimal): -10445200 or 7380576. OLE color: 7380576.

HSL color Cylindrical-coordinate representation of color #609E70: hue angle of 135.48º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609E70 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 158 112 -
CMYK 0.39 0 0.29 0.38
HSL 135.48º 0.24% 0.5% -
HSV(B) 135.48º 0.39% 0.62% -
XYZ 19.98 28.11 19.7 -
YUV 134.22 115.46 100.74 -
System Red Green Blue C M Y K H S L
Decimal 96 158 112 0.39 0 0.29 0.38 135.48 0.24 0.5
Hex 60 9E 70 27 0 1D 26 87 18 32
Octal 140 236 160 47 0 35 46 207 30 62
Binary 1100000 10011110 1110000 100111 0 11101 100110 10000111 11000 110010

Color Harmonies of #609E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609E70

Black with #609E70

Text Example


Text Example

White with #609E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609E70; }

 p { color: rgb(96,158,112); }

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

background-color css

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

 a { background-color: rgb(96,158,112); }

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

border-color css

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

 span { border-color: rgb(96,158,112); }

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