Html Css Color HEX #57A069 Ocean Green

📋 copy color: '#57A069'

red 87 ◦ green 160 ◦ blue 105

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

Shades of Ocean Green #57A069

Tints of Ocean Green #57A069

RGB

 RED value IS 87 (34.38% from 255) = 24.72%

 GREEN value IS 160 (62.89% from 255) = 45.45%

 BLUE value IS 105 (41.41% from 255) = 29.83%

R = 24.72%
G = 45.45%
B = 29.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#57A069 (or 0x57A069) is known color: Ocean Green. HEX triplet: 57, A0 and 69. RGB value is (87,160,105). Sum of RGB (Red+Green+Blue) = 87+160+105=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #57A069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A069 is #A85F96. Grayscale: #848484. Windows color (decimal): -11034519 or 6922327. OLE color: 6922327.

HSL color Cylindrical-coordinate representation of color #57A069: hue angle of 134.79º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A069 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 87 160 105 -
CMYK 0.46 0 0.34 0.37
HSL 134.79º 0.3% 0.48% -
HSV(B) 134.79º 0.46% 0.63% -
XYZ 19.05 28.19 17.8 -
YUV 131.9 112.82 95.97 -
System Red Green Blue C M Y K H S L
Decimal 87 160 105 0.46 0 0.34 0.37 134.79 0.3 0.48
Hex 57 A0 69 2E 0 22 25 87 1E 30
Octal 127 240 151 56 0 42 45 207 36 60
Binary 1010111 10100000 1101001 101110 0 100010 100101 10000111 11110 110000

Color Harmonies of #57A069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A069

Black with #57A069

Text Example


Text Example

White with #57A069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57A069; }

 p { color: rgb(87,160,105); }

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

background-color css

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

 a { background-color: rgb(87,160,105); }

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

border-color css

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

 span { border-color: rgb(87,160,105); }

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