Html Css Color HEX #609677 Oxley

📋 copy color: '#609677'

red 96 ◦ green 150 ◦ blue 119

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

Shades of Oxley #609677

Tints of Oxley #609677

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.1%

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 26.3%
G = 41.1%
B = 32.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#609677 (or 0x609677) is known color: Oxley. HEX triplet: 60, 96 and 77. RGB value is (96,150,119). Sum of RGB (Red+Green+Blue) = 96+150+119=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #609677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609677 is #9F6988. Grayscale: #828282. Windows color (decimal): -10447241 or 7837280. OLE color: 7837280.

HSL color Cylindrical-coordinate representation of color #609677: hue angle of 145.56º 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 #609677 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 150 119 -
CMYK 0.36 0 0.21 0.41
HSL 145.56º 0.22% 0.48% -
HSV(B) 145.56º 0.36% 0.59% -
XYZ 19.06 25.63 21.4 -
YUV 130.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 96 150 119 0.36 0 0.21 0.41 145.56 0.22 0.48
Hex 60 96 77 24 0 15 29 92 16 30
Octal 140 226 167 44 0 25 51 222 26 60
Binary 1100000 10010110 1110111 100100 0 10101 101001 10010010 10110 110000

Color Harmonies of #609677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609677

Black with #609677

Text Example


Text Example

White with #609677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609677; }

 p { color: rgb(96,150,119); }

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

background-color css

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

 a { background-color: rgb(96,150,119); }

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

border-color css

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

 span { border-color: rgb(96,150,119); }

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