Html Css Color HEX #56A768 Ocean Green

📋 copy color: '#56A768'

red 86 ◦ green 167 ◦ blue 104

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

Shades of Ocean Green #56A768

Tints of Ocean Green #56A768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.13%

R = 24.09%
G = 46.78%
B = 29.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#56A768 (or 0x56A768) is known color: Ocean Green. HEX triplet: 56, A7 and 68. RGB value is (86,167,104). Sum of RGB (Red+Green+Blue) = 86+167+104=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 167 - color contains mainly: green. Hex color #56A768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A768 is #A95897. Grayscale: #878787. Windows color (decimal): -11098264 or 6858582. OLE color: 6858582.

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

Color convert

RGB 86 167 104 -
CMYK 0.49 0 0.38 0.35
HSL 133.33º 0.32% 0.5% -
HSV(B) 133.33º 0.49% 0.65% -
XYZ 20.16 30.62 17.94 -
YUV 135.6 110.16 92.62 -
System Red Green Blue C M Y K H S L
Decimal 86 167 104 0.49 0 0.38 0.35 133.33 0.32 0.5
Hex 56 A7 68 31 0 26 23 85 20 32
Octal 126 247 150 61 0 46 43 205 40 62
Binary 1010110 10100111 1101000 110001 0 100110 100011 10000101 100000 110010

Color Harmonies of #56A768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A768

Black with #56A768

Text Example


Text Example

White with #56A768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,167,104); }

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

background-color css

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

 a { background-color: rgb(86,167,104); }

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

border-color css

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

 span { border-color: rgb(86,167,104); }

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