Html Css Color HEX #57946F Ocean Green

📋 copy color: '#57946F'

red 87 ◦ green 148 ◦ blue 111

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

Shades of Ocean Green #57946F

Tints of Ocean Green #57946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.77%

 BLUE value IS 111 (43.75% from 255) = 32.08%

R = 25.14%
G = 42.77%
B = 32.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#57946F (or 0x57946F) is known color: Ocean Green. HEX triplet: 57, 94 and 6F. RGB value is (87,148,111). Sum of RGB (Red+Green+Blue) = 87+148+111=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #57946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57946F is #A86B90. Grayscale: #7D7D7D. Windows color (decimal): -11037585 or 7312471. OLE color: 7312471.

HSL color Cylindrical-coordinate representation of color #57946F: hue angle of 143.61º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57946F is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 148 111 -
CMYK 0.41 0 0.25 0.42
HSL 143.61º 0.26% 0.46% -
HSV(B) 143.61º 0.41% 0.58% -
XYZ 17.39 24.35 18.82 -
YUV 125.54 119.79 100.51 -
System Red Green Blue C M Y K H S L
Decimal 87 148 111 0.41 0 0.25 0.42 143.61 0.26 0.46
Hex 57 94 6F 29 0 19 2A 90 1A 2E
Octal 127 224 157 51 0 31 52 220 32 56
Binary 1010111 10010100 1101111 101001 0 11001 101010 10010000 11010 101110

Color Harmonies of #57946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57946F

Black with #57946F

Text Example


Text Example

White with #57946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57946F; }

 p { color: rgb(87,148,111); }

 H1.HeaderClassName
 {
   color: #57946F;
 }
 .AnyTagClassName
 {
   color: #57946F;
 }
</style>

background-color css

<style>
 a { background-color: #57946F; }

 a { background-color: rgb(87,148,111); }

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

border-color css

<style>
 span { border-color: #57946F; }

 span { border-color: rgb(87,148,111); }

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