Html Css Color HEX #56760E Fiji Green

📋 copy color: '#56760E'

red 86 ◦ green 118 ◦ blue 14

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

Shades of Fiji Green #56760E

Tints of Fiji Green #56760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.13%

 BLUE value IS 14 (5.86% from 255) = 6.42%

R = 39.45%
G = 54.13%
B = 6.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#56760E (or 0x56760E) is known color: Fiji Green. HEX triplet: 56, 76 and 0E. RGB value is (86,118,14). Sum of RGB (Red+Green+Blue) = 86+118+14=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #56760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56760E is #A989F1. Grayscale: #606060. Windows color (decimal): -11110898 or 947798. OLE color: 947798.

HSL color Cylindrical-coordinate representation of color #56760E: hue angle of 78.46º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56760E is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 118 14 -
CMYK 0.27 0 0.88 0.54
HSL 78.46º 0.79% 0.26% -
HSV(B) 78.46º 0.88% 0.46% -
XYZ 10.4 14.97 2.76 -
YUV 96.58 81.4 120.46 -
System Red Green Blue C M Y K H S L
Decimal 86 118 14 0.27 0 0.88 0.54 78.46 0.79 0.26
Hex 56 76 E 1B 0 58 36 4E 4F 1A
Octal 126 166 16 33 0 130 66 116 117 32
Binary 1010110 1110110 1110 11011 0 1011000 110110 1001110 1001111 11010

Color Harmonies of #56760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56760E

Black with #56760E

Text Example


Text Example

White with #56760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56760E; }

 p { color: rgb(86,118,14); }

 H1.HeaderClassName
 {
   color: #56760E;
 }
 .AnyTagClassName
 {
   color: #56760E;
 }
</style>

background-color css

<style>
 a { background-color: #56760E; }

 a { background-color: rgb(86,118,14); }

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

border-color css

<style>
 span { border-color: #56760E; }

 span { border-color: rgb(86,118,14); }

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