Html Css Color HEX #60AC7D Ocean Green

📋 copy color: '#60AC7D'

red 96 ◦ green 172 ◦ blue 125

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

Shades of Ocean Green #60AC7D

Tints of Ocean Green #60AC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.77%

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 24.43%
G = 43.77%
B = 31.81%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#60AC7D (or 0x60AC7D) is known color: Ocean Green. HEX triplet: 60, AC and 7D. RGB value is (96,172,125). Sum of RGB (Red+Green+Blue) = 96+172+125=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AC7D is #9F5382. Grayscale: #909090. Windows color (decimal): -10441603 or 8236128. OLE color: 8236128.

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

Color convert

RGB 96 172 125 -
CMYK 0.44 0 0.27 0.33
HSL 142.89º 0.31% 0.53% -
HSV(B) 142.89º 0.44% 0.67% -
XYZ 23.28 33.47 24.64 -
YUV 143.92 117.32 93.82 -
System Red Green Blue C M Y K H S L
Decimal 96 172 125 0.44 0 0.27 0.33 142.89 0.31 0.53
Hex 60 AC 7D 2C 0 1B 21 8F 1F 35
Octal 140 254 175 54 0 33 41 217 37 65
Binary 1100000 10101100 1111101 101100 0 11011 100001 10001111 11111 110101

Color Harmonies of #60AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AC7D

Black with #60AC7D

Text Example


Text Example

White with #60AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,172,125); }

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

background-color css

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

 a { background-color: rgb(96,172,125); }

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

border-color css

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

 span { border-color: rgb(96,172,125); }

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