Html Css Color HEX #609971 Oxley

📋 copy color: '#609971'

red 96 ◦ green 153 ◦ blue 113

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

Shades of Oxley #609971

Tints of Oxley #609971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

 BLUE value IS 113 (44.53% from 255) = 31.22%

R = 26.52%
G = 42.27%
B = 31.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#609971 (or 0x609971) is known color: Oxley. HEX triplet: 60, 99 and 71. RGB value is (96,153,113). Sum of RGB (Red+Green+Blue) = 96+153+113=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #609971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609971 is #9F668E. Grayscale: #838383. Windows color (decimal): -10446479 or 7444832. OLE color: 7444832.

HSL color Cylindrical-coordinate representation of color #609971: hue angle of 137.89º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609971 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 153 113 -
CMYK 0.37 0 0.26 0.4
HSL 137.89º 0.23% 0.49% -
HSV(B) 137.89º 0.37% 0.6% -
XYZ 19.2 26.46 19.72 -
YUV 131.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 96 153 113 0.37 0 0.26 0.4 137.89 0.23 0.49
Hex 60 99 71 25 0 1A 28 8A 17 31
Octal 140 231 161 45 0 32 50 212 27 61
Binary 1100000 10011001 1110001 100101 0 11010 101000 10001010 10111 110001

Color Harmonies of #609971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609971

Black with #609971

Text Example


Text Example

White with #609971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609971; }

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

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

background-color css

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

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

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

border-color css

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

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

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