Html Css Color HEX #609271 Oxley

📋 copy color: '#609271'

red 96 ◦ green 146 ◦ blue 113

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

Shades of Oxley #609271

Tints of Oxley #609271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 27.04%
G = 41.13%
B = 31.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#609271 (or 0x609271) is known color: Oxley. HEX triplet: 60, 92 and 71. RGB value is (96,146,113). Sum of RGB (Red+Green+Blue) = 96+146+113=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #609271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609271 is #9F6D8E. Grayscale: #7F7F7F. Windows color (decimal): -10448271 or 7443040. OLE color: 7443040.

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

Color convert

RGB 96 146 113 -
CMYK 0.34 0 0.23 0.43
HSL 140.4º 0.21% 0.47% -
HSV(B) 140.4º 0.34% 0.57% -
XYZ 18.08 24.24 19.35 -
YUV 127.29 119.94 105.68 -
System Red Green Blue C M Y K H S L
Decimal 96 146 113 0.34 0 0.23 0.43 140.4 0.21 0.47
Hex 60 92 71 22 0 17 2B 8C 15 2F
Octal 140 222 161 42 0 27 53 214 25 57
Binary 1100000 10010010 1110001 100010 0 10111 101011 10001100 10101 101111

Color Harmonies of #609271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609271

Black with #609271

Text Example


Text Example

White with #609271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609271; }

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

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

background-color css

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

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

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

border-color css

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

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

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