Html Css Color HEX #609376 Oxley

📋 copy color: '#609376'

red 96 ◦ green 147 ◦ blue 118

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

Shades of Oxley #609376

Tints of Oxley #609376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.69%

R = 26.59%
G = 40.72%
B = 32.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#609376 (or 0x609376) is known color: Oxley. HEX triplet: 60, 93 and 76. RGB value is (96,147,118). Sum of RGB (Red+Green+Blue) = 96+147+118=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #609376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609376 is #9F6C89. Grayscale: #808080. Windows color (decimal): -10448010 or 7770976. OLE color: 7770976.

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

Color convert

RGB 96 147 118 -
CMYK 0.35 0 0.20 0.42
HSL 145.88º 0.21% 0.48% -
HSV(B) 145.88º 0.35% 0.58% -
XYZ 18.53 24.66 20.92 -
YUV 128.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 96 147 118 0.35 0 0.20 0.42 145.88 0.21 0.48
Hex 60 93 76 23 0 14 2A 92 15 30
Octal 140 223 166 43 0 24 52 222 25 60
Binary 1100000 10010011 1110110 100011 0 10100 101010 10010010 10101 110000

Color Harmonies of #609376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609376

Black with #609376

Text Example


Text Example

White with #609376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609376; }

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

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

background-color css

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

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

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

border-color css

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

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

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