Html Css Color HEX #609371 Oxley

📋 copy color: '#609371'

red 96 ◦ green 147 ◦ blue 113

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

Shades of Oxley #609371

Tints of Oxley #609371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.29%

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

R = 26.97%
G = 41.29%
B = 31.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#609371 (or 0x609371) is known color: Oxley. HEX triplet: 60, 93 and 71. RGB value is (96,147,113). Sum of RGB (Red+Green+Blue) = 96+147+113=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #609371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609371 is #9F6C8E. Grayscale: #7F7F7F. Windows color (decimal): -10448015 or 7443296. OLE color: 7443296.

HSL color Cylindrical-coordinate representation of color #609371: hue angle of 140º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609371 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 147 113 -
CMYK 0.35 0 0.23 0.42
HSL 140º 0.21% 0.48% -
HSV(B) 140º 0.35% 0.58% -
XYZ 18.24 24.55 19.4 -
YUV 127.88 119.6 105.26 -
System Red Green Blue C M Y K H S L
Decimal 96 147 113 0.35 0 0.23 0.42 140 0.21 0.48
Hex 60 93 71 23 0 17 2A 8C 15 30
Octal 140 223 161 43 0 27 52 214 25 60
Binary 1100000 10010011 1110001 100011 0 10111 101010 10001100 10101 110000

Color Harmonies of #609371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609371

Black with #609371

Text Example


Text Example

White with #609371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609371; }

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

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

background-color css

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

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

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

border-color css

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

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

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