Html Css Color HEX #609D70 Oxley

📋 copy color: '#609D70'

red 96 ◦ green 157 ◦ blue 112

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

Shades of Oxley #609D70

Tints of Oxley #609D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.01%

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

R = 26.3%
G = 43.01%
B = 30.68%

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

#609D70 (or 0x609D70) is known color: Oxley. HEX triplet: 60, 9D and 70. RGB value is (96,157,112). Sum of RGB (Red+Green+Blue) = 96+157+112=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #609D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609D70 is #9F628F. Grayscale: #858585. Windows color (decimal): -10445456 or 7380320. OLE color: 7380320.

HSL color Cylindrical-coordinate representation of color #609D70: hue angle of 135.74º 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 #609D70 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 157 112 -
CMYK 0.39 0 0.29 0.38
HSL 135.74º 0.24% 0.5% -
HSV(B) 135.74º 0.39% 0.62% -
XYZ 19.81 27.77 19.65 -
YUV 133.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 96 157 112 0.39 0 0.29 0.38 135.74 0.24 0.5
Hex 60 9D 70 27 0 1D 26 88 18 32
Octal 140 235 160 47 0 35 46 210 30 62
Binary 1100000 10011101 1110000 100111 0 11101 100110 10001000 11000 110010

Color Harmonies of #609D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609D70

Black with #609D70

Text Example


Text Example

White with #609D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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