Html Css Color HEX #609275 Oxley

📋 copy color: '#609275'

red 96 ◦ green 146 ◦ blue 117

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

Shades of Oxley #609275

Tints of Oxley #609275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.59%

R = 26.74%
G = 40.67%
B = 32.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#609275 (or 0x609275) is known color: Oxley. HEX triplet: 60, 92 and 75. RGB value is (96,146,117). Sum of RGB (Red+Green+Blue) = 96+146+117=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #609275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609275 is #9F6D8A. Grayscale: #7F7F7F. Windows color (decimal): -10448267 or 7705184. OLE color: 7705184.

HSL color Cylindrical-coordinate representation of color #609275: hue angle of 145.2º 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 #609275 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 146 117 -
CMYK 0.34 0 0.20 0.43
HSL 145.2º 0.21% 0.47% -
HSV(B) 145.2º 0.34% 0.57% -
XYZ 18.31 24.33 20.56 -
YUV 127.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 96 146 117 0.34 0 0.20 0.43 145.2 0.21 0.47
Hex 60 92 75 22 0 14 2B 91 15 2F
Octal 140 222 165 42 0 24 53 221 25 57
Binary 1100000 10010010 1110101 100010 0 10100 101011 10010001 10101 101111

Color Harmonies of #609275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609275

Black with #609275

Text Example


Text Example

White with #609275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609275; }

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

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

background-color css

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

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

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

border-color css

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

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

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