Html Css Color HEX #60AD7C Ocean Green

📋 copy color: '#60AD7C'

red 96 ◦ green 173 ◦ blue 124

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

Shades of Ocean Green #60AD7C

Tints of Ocean Green #60AD7C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.02%

 BLUE value IS 124 (48.83% from 255) = 31.55%

R = 24.43%
G = 44.02%
B = 31.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#60AD7C (or 0x60AD7C) is known color: Ocean Green. HEX triplet: 60, AD and 7C. RGB value is (96,173,124). Sum of RGB (Red+Green+Blue) = 96+173+124=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AD7C is #9F5283. Grayscale: #909090. Windows color (decimal): -10441348 or 8170848. OLE color: 8170848.

HSL color Cylindrical-coordinate representation of color #60AD7C: hue angle of 141.82º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AD7C is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 173 124 -
CMYK 0.45 0 0.28 0.32
HSL 141.82º 0.32% 0.53% -
HSV(B) 141.82º 0.45% 0.68% -
XYZ 23.41 33.83 24.36 -
YUV 144.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 96 173 124 0.45 0 0.28 0.32 141.82 0.32 0.53
Hex 60 AD 7C 2D 0 1C 20 8E 20 35
Octal 140 255 174 55 0 34 40 216 40 65
Binary 1100000 10101101 1111100 101101 0 11100 100000 10001110 100000 110101

Color Harmonies of #60AD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AD7C

Black with #60AD7C

Text Example


Text Example

White with #60AD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,173,124); }

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

background-color css

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

 a { background-color: rgb(96,173,124); }

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

border-color css

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

 span { border-color: rgb(96,173,124); }

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