Html Css Color HEX #60AA79 Ocean Green

📋 copy color: '#60AA79'

red 96 ◦ green 170 ◦ blue 121

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

Shades of Ocean Green #60AA79

Tints of Ocean Green #60AA79

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.93%

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

R = 24.81%
G = 43.93%
B = 31.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#60AA79 (or 0x60AA79) is known color: Ocean Green. HEX triplet: 60, AA and 79. RGB value is (96,170,121). Sum of RGB (Red+Green+Blue) = 96+170+121=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AA79 is #9F5586. Grayscale: #8E8E8E. Windows color (decimal): -10442119 or 7973472. OLE color: 7973472.

HSL color Cylindrical-coordinate representation of color #60AA79: hue angle of 140.27º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AA79 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 170 121 -
CMYK 0.44 0 0.29 0.33
HSL 140.27º 0.3% 0.52% -
HSV(B) 140.27º 0.44% 0.67% -
XYZ 22.65 32.62 23.19 -
YUV 142.29 115.98 94.98 -
System Red Green Blue C M Y K H S L
Decimal 96 170 121 0.44 0 0.29 0.33 140.27 0.3 0.52
Hex 60 AA 79 2C 0 1D 21 8C 1E 34
Octal 140 252 171 54 0 35 41 214 36 64
Binary 1100000 10101010 1111001 101100 0 11101 100001 10001100 11110 110100

Color Harmonies of #60AA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AA79

Black with #60AA79

Text Example


Text Example

White with #60AA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60AA79; }

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

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

background-color css

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

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

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

border-color css

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

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

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