Html Css Color HEX #609976 Oxley

📋 copy color: '#609976'

red 96 ◦ green 153 ◦ blue 118

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

Shades of Oxley #609976

Tints of Oxley #609976

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

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

R = 26.16%
G = 41.69%
B = 32.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#609976 (or 0x609976) is known color: Oxley. HEX triplet: 60, 99 and 76. RGB value is (96,153,118). Sum of RGB (Red+Green+Blue) = 96+153+118=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #609976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609976 is #9F6689. Grayscale: #848484. Windows color (decimal): -10446474 or 7772512. OLE color: 7772512.

HSL color Cylindrical-coordinate representation of color #609976: hue angle of 143.16º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609976 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 153 118 -
CMYK 0.37 0 0.23 0.4
HSL 143.16º 0.23% 0.49% -
HSV(B) 143.16º 0.37% 0.6% -
XYZ 19.49 26.58 21.24 -
YUV 131.97 120.12 102.35 -
System Red Green Blue C M Y K H S L
Decimal 96 153 118 0.37 0 0.23 0.4 143.16 0.23 0.49
Hex 60 99 76 25 0 17 28 8F 17 31
Octal 140 231 166 45 0 27 50 217 27 61
Binary 1100000 10011001 1110110 100101 0 10111 101000 10001111 10111 110001

Color Harmonies of #609976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609976

Black with #609976

Text Example


Text Example

White with #609976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609976; }

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

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

background-color css

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

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

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

border-color css

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

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

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