Html Css Color HEX #609272 Oxley

📋 copy color: '#609272'

red 96 ◦ green 146 ◦ blue 114

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

Shades of Oxley #609272

Tints of Oxley #609272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.01%

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

R = 26.97%
G = 41.01%
B = 32.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#609272 (or 0x609272) is known color: Oxley. HEX triplet: 60, 92 and 72. RGB value is (96,146,114). Sum of RGB (Red+Green+Blue) = 96+146+114=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #609272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609272 is #9F6D8D. Grayscale: #7F7F7F. Windows color (decimal): -10448270 or 7508576. OLE color: 7508576.

HSL color Cylindrical-coordinate representation of color #609272: hue angle of 141.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #609272 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 146 114 -
CMYK 0.34 0 0.22 0.43
HSL 141.6º 0.21% 0.47% -
HSV(B) 141.6º 0.34% 0.57% -
XYZ 18.14 24.26 19.65 -
YUV 127.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 96 146 114 0.34 0 0.22 0.43 141.6 0.21 0.47
Hex 60 92 72 22 0 16 2B 8E 15 2F
Octal 140 222 162 42 0 26 53 216 25 57
Binary 1100000 10010010 1110010 100010 0 10110 101011 10001110 10101 101111

Color Harmonies of #609272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609272

Black with #609272

Text Example


Text Example

White with #609272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609272; }

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

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

background-color css

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

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

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

border-color css

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

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

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