Html Css Color HEX #609776 Oxley

📋 copy color: '#609776'

red 96 ◦ green 151 ◦ blue 118

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

Shades of Oxley #609776

Tints of Oxley #609776

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.37%

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

R = 26.3%
G = 41.37%
B = 32.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#609776 (or 0x609776) is known color: Oxley. HEX triplet: 60, 97 and 76. RGB value is (96,151,118). Sum of RGB (Red+Green+Blue) = 96+151+118=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #609776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609776 is #9F6889. Grayscale: #828282. Windows color (decimal): -10446986 or 7772000. OLE color: 7772000.

HSL color Cylindrical-coordinate representation of color #609776: hue angle of 144º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609776 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 151 118 -
CMYK 0.36 0 0.22 0.41
HSL 144º 0.22% 0.48% -
HSV(B) 144º 0.36% 0.59% -
XYZ 19.16 25.93 21.13 -
YUV 130.79 120.78 103.18 -
System Red Green Blue C M Y K H S L
Decimal 96 151 118 0.36 0 0.22 0.41 144 0.22 0.48
Hex 60 97 76 24 0 16 29 90 16 30
Octal 140 227 166 44 0 26 51 220 26 60
Binary 1100000 10010111 1110110 100100 0 10110 101001 10010000 10110 110000

Color Harmonies of #609776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609776

Black with #609776

Text Example


Text Example

White with #609776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609776; }

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

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

background-color css

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

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

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

border-color css

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

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

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