Html Css Color HEX #609274 Oxley

📋 copy color: '#609274'

red 96 ◦ green 146 ◦ blue 116

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

Shades of Oxley #609274

Tints of Oxley #609274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 26.82%
G = 40.78%
B = 32.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#609274 (or 0x609274) is known color: Oxley. HEX triplet: 60, 92 and 74. RGB value is (96,146,116). Sum of RGB (Red+Green+Blue) = 96+146+116=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #609274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609274 is #9F6D8B. Grayscale: #7F7F7F. Windows color (decimal): -10448268 or 7639648. OLE color: 7639648.

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

Color convert

RGB 96 146 116 -
CMYK 0.34 0 0.21 0.43
HSL 144º 0.21% 0.47% -
HSV(B) 144º 0.34% 0.57% -
XYZ 18.26 24.31 20.25 -
YUV 127.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 96 146 116 0.34 0 0.21 0.43 144 0.21 0.47
Hex 60 92 74 22 0 15 2B 90 15 2F
Octal 140 222 164 42 0 25 53 220 25 57
Binary 1100000 10010010 1110100 100010 0 10101 101011 10010000 10101 101111

Color Harmonies of #609274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609274

Black with #609274

Text Example


Text Example

White with #609274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609274; }

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

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

background-color css

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

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

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

border-color css

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

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

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