Html Css Color HEX #609A72 Oxley

📋 copy color: '#609A72'

red 96 ◦ green 154 ◦ blue 114

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

Shades of Oxley #609A72

Tints of Oxley #609A72

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.31%

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

R = 26.37%
G = 42.31%
B = 31.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#609A72 (or 0x609A72) is known color: Oxley. HEX triplet: 60, 9A and 72. RGB value is (96,154,114). Sum of RGB (Red+Green+Blue) = 96+154+114=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #609A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609A72 is #9F658D. Grayscale: #848484. Windows color (decimal): -10446222 or 7510624. OLE color: 7510624.

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

Color convert

RGB 96 154 114 -
CMYK 0.38 0 0.26 0.40
HSL 138.62º 0.23% 0.49% -
HSV(B) 138.62º 0.38% 0.6% -
XYZ 19.42 26.81 20.07 -
YUV 132.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 96 154 114 0.38 0 0.26 0.40 138.62 0.23 0.49
Hex 60 9A 72 26 0 1A 28 8B 17 31
Octal 140 232 162 46 0 32 50 213 27 61
Binary 1100000 10011010 1110010 100110 0 11010 101000 10001011 10111 110001

Color Harmonies of #609A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609A72

Black with #609A72

Text Example


Text Example

White with #609A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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