Html Css Color HEX #609979 Oxley

📋 copy color: '#609979'

red 96 ◦ green 153 ◦ blue 121

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

Shades of Oxley #609979

Tints of Oxley #609979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.7%

R = 25.95%
G = 41.35%
B = 32.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#609979 (or 0x609979) is known color: Oxley. HEX triplet: 60, 99 and 79. RGB value is (96,153,121). Sum of RGB (Red+Green+Blue) = 96+153+121=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #609979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609979 is #9F6686. Grayscale: #848484. Windows color (decimal): -10446471 or 7969120. OLE color: 7969120.

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

Color convert

RGB 96 153 121 -
CMYK 0.37 0 0.21 0.4
HSL 146.32º 0.23% 0.49% -
HSV(B) 146.32º 0.37% 0.6% -
XYZ 19.67 26.65 22.2 -
YUV 132.31 121.62 102.1 -
System Red Green Blue C M Y K H S L
Decimal 96 153 121 0.37 0 0.21 0.4 146.32 0.23 0.49
Hex 60 99 79 25 0 15 28 92 17 31
Octal 140 231 171 45 0 25 50 222 27 61
Binary 1100000 10011001 1111001 100101 0 10101 101000 10010010 10111 110001

Color Harmonies of #609979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609979

Black with #609979

Text Example


Text Example

White with #609979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609979; }

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

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

background-color css

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

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

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

border-color css

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

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

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