Html Css Color HEX #609772 Oxley

📋 copy color: '#609772'

red 96 ◦ green 151 ◦ blue 114

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

Shades of Oxley #609772

Tints of Oxley #609772

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.83%

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 26.59%
G = 41.83%
B = 31.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#609772 (or 0x609772) is known color: Oxley. HEX triplet: 60, 97 and 72. RGB value is (96,151,114). Sum of RGB (Red+Green+Blue) = 96+151+114=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #609772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609772 is #9F688D. Grayscale: #828282. Windows color (decimal): -10446990 or 7509856. OLE color: 7509856.

HSL color Cylindrical-coordinate representation of color #609772: hue angle of 139.64º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609772 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 151 114 -
CMYK 0.36 0 0.25 0.41
HSL 139.64º 0.22% 0.48% -
HSV(B) 139.64º 0.36% 0.59% -
XYZ 18.93 25.83 19.91 -
YUV 130.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 96 151 114 0.36 0 0.25 0.41 139.64 0.22 0.48
Hex 60 97 72 24 0 19 29 8C 16 30
Octal 140 227 162 44 0 31 51 214 26 60
Binary 1100000 10010111 1110010 100100 0 11001 101001 10001100 10110 110000

Color Harmonies of #609772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609772

Black with #609772

Text Example


Text Example

White with #609772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609772; }

 p { color: rgb(96,151,114); }

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

background-color css

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

 a { background-color: rgb(96,151,114); }

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

border-color css

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

 span { border-color: rgb(96,151,114); }

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