Html Css Color HEX #56A275 Ocean Green

📋 copy color: '#56A275'

red 86 ◦ green 162 ◦ blue 117

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

Shades of Ocean Green #56A275

Tints of Ocean Green #56A275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.38%

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

R = 23.56%
G = 44.38%
B = 32.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#56A275 (or 0x56A275) is known color: Ocean Green. HEX triplet: 56, A2 and 75. RGB value is (86,162,117). Sum of RGB (Red+Green+Blue) = 86+162+117=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #56A275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A275 is #A95D8A. Grayscale: #868686. Windows color (decimal): -11099531 or 7709270. OLE color: 7709270.

HSL color Cylindrical-coordinate representation of color #56A275: hue angle of 144.47º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A275 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 86 162 117 -
CMYK 0.47 0 0.28 0.36
HSL 144.47º 0.31% 0.49% -
HSV(B) 144.47º 0.47% 0.64% -
XYZ 19.97 29.1 21.39 -
YUV 134.15 118.32 93.66 -
System Red Green Blue C M Y K H S L
Decimal 86 162 117 0.47 0 0.28 0.36 144.47 0.31 0.49
Hex 56 A2 75 2F 0 1C 24 90 1F 31
Octal 126 242 165 57 0 34 44 220 37 61
Binary 1010110 10100010 1110101 101111 0 11100 100100 10010000 11111 110001

Color Harmonies of #56A275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A275

Black with #56A275

Text Example


Text Example

White with #56A275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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