Html Css Color HEX #56946B Ocean Green

📋 copy color: '#56946B'

red 86 ◦ green 148 ◦ blue 107

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

Shades of Ocean Green #56946B

Tints of Ocean Green #56946B

RGB

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

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

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

R = 25.22%
G = 43.4%
B = 31.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#56946B (or 0x56946B) is known color: Ocean Green. HEX triplet: 56, 94 and 6B. RGB value is (86,148,107). Sum of RGB (Red+Green+Blue) = 86+148+107=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #56946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56946B is #A96B94. Grayscale: #7C7C7C. Windows color (decimal): -11103125 or 7050326. OLE color: 7050326.

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

Color convert

RGB 86 148 107 -
CMYK 0.42 0 0.28 0.42
HSL 140.32º 0.26% 0.46% -
HSV(B) 140.32º 0.42% 0.58% -
XYZ 17.08 24.22 17.68 -
YUV 124.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 86 148 107 0.42 0 0.28 0.42 140.32 0.26 0.46
Hex 56 94 6B 2A 0 1C 2A 8C 1A 2E
Octal 126 224 153 52 0 34 52 214 32 56
Binary 1010110 10010100 1101011 101010 0 11100 101010 10001100 11010 101110

Color Harmonies of #56946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56946B

Black with #56946B

Text Example


Text Example

White with #56946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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