Html Css Color HEX #60A77E Ocean Green

📋 copy color: '#60A77E'

red 96 ◦ green 167 ◦ blue 126

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

Shades of Ocean Green #60A77E

Tints of Ocean Green #60A77E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.93%

 BLUE value IS 126 (49.61% from 255) = 32.39%

R = 24.68%
G = 42.93%
B = 32.39%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#60A77E (or 0x60A77E) is known color: Ocean Green. HEX triplet: 60, A7 and 7E. RGB value is (96,167,126). Sum of RGB (Red+Green+Blue) = 96+167+126=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 167 - color contains mainly: green. Hex color #60A77E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A77E is #9F5881. Grayscale: #8D8D8D. Windows color (decimal): -10442882 or 8300384. OLE color: 8300384.

HSL color Cylindrical-coordinate representation of color #60A77E: hue angle of 145.35º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A77E is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 167 126 -
CMYK 0.43 0 0.25 0.35
HSL 145.35º 0.29% 0.52% -
HSV(B) 145.35º 0.43% 0.65% -
XYZ 22.41 31.63 24.66 -
YUV 141.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 96 167 126 0.43 0 0.25 0.35 145.35 0.29 0.52
Hex 60 A7 7E 2B 0 19 23 91 1D 34
Octal 140 247 176 53 0 31 43 221 35 64
Binary 1100000 10100111 1111110 101011 0 11001 100011 10010001 11101 110100

Color Harmonies of #60A77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A77E

Black with #60A77E

Text Example


Text Example

White with #60A77E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,167,126); }

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

background-color css

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

 a { background-color: rgb(96,167,126); }

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

border-color css

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

 span { border-color: rgb(96,167,126); }

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