Html Css Color HEX #56986B Ocean Green

📋 copy color: '#56986B'

red 86 ◦ green 152 ◦ blue 107

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

Shades of Ocean Green #56986B

Tints of Ocean Green #56986B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.06%

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 24.93%
G = 44.06%
B = 31.01%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#56986B (or 0x56986B) is known color: Ocean Green. HEX triplet: 56, 98 and 6B. RGB value is (86,152,107). Sum of RGB (Red+Green+Blue) = 86+152+107=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #56986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56986B is #A96794. Grayscale: #7F7F7F. Windows color (decimal): -11102101 or 7051350. OLE color: 7051350.

HSL color Cylindrical-coordinate representation of color #56986B: hue angle of 139.09º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56986B is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 152 107 -
CMYK 0.43 0 0.30 0.40
HSL 139.09º 0.28% 0.47% -
HSV(B) 139.09º 0.43% 0.6% -
XYZ 17.72 25.5 17.9 -
YUV 127.14 116.63 98.66 -
System Red Green Blue C M Y K H S L
Decimal 86 152 107 0.43 0 0.30 0.40 139.09 0.28 0.47
Hex 56 98 6B 2B 0 1E 28 8B 1C 2F
Octal 126 230 153 53 0 36 50 213 34 57
Binary 1010110 10011000 1101011 101011 0 11110 101000 10001011 11100 101111

Color Harmonies of #56986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56986B

Black with #56986B

Text Example


Text Example

White with #56986B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56986B; }

 p { color: rgb(86,152,107); }

 H1.HeaderClassName
 {
   color: #56986B;
 }
 .AnyTagClassName
 {
   color: #56986B;
 }
</style>

background-color css

<style>
 a { background-color: #56986B; }

 a { background-color: rgb(86,152,107); }

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

border-color css

<style>
 span { border-color: #56986B; }

 span { border-color: rgb(86,152,107); }

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