Html Css Color HEX #56A675 Ocean Green

📋 copy color: '#56A675'

red 86 ◦ green 166 ◦ blue 117

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

Shades of Ocean Green #56A675

Tints of Ocean Green #56A675

RGB

 RED value IS 86 (33.98% from 255) = 23.31%

 GREEN value IS 166 (65.23% from 255) = 44.99%

 BLUE value IS 117 (46.09% from 255) = 31.71%

R = 23.31%
G = 44.99%
B = 31.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#56A675 (or 0x56A675) is known color: Ocean Green. HEX triplet: 56, A6 and 75. RGB value is (86,166,117). Sum of RGB (Red+Green+Blue) = 86+166+117=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #56A675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A675 is #A9598A. Grayscale: #888888. Windows color (decimal): -11098507 or 7710294. OLE color: 7710294.

HSL color Cylindrical-coordinate representation of color #56A675: hue angle of 143.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A675 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 166 117 -
CMYK 0.48 0 0.30 0.35
HSL 143.25º 0.32% 0.49% -
HSV(B) 143.25º 0.48% 0.65% -
XYZ 20.68 30.54 21.63 -
YUV 136.49 117 91.98 -
System Red Green Blue C M Y K H S L
Decimal 86 166 117 0.48 0 0.30 0.35 143.25 0.32 0.49
Hex 56 A6 75 30 0 1E 23 8F 20 31
Octal 126 246 165 60 0 36 43 217 40 61
Binary 1010110 10100110 1110101 110000 0 11110 100011 10001111 100000 110001

Color Harmonies of #56A675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A675

Black with #56A675

Text Example


Text Example

White with #56A675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A675; }

 p { color: rgb(86,166,117); }

 H1.HeaderClassName
 {
   color: #56A675;
 }
 .AnyTagClassName
 {
   color: #56A675;
 }
</style>

background-color css

<style>
 a { background-color: #56A675; }

 a { background-color: rgb(86,166,117); }

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

border-color css

<style>
 span { border-color: #56A675; }

 span { border-color: rgb(86,166,117); }

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