Html Css Color HEX #567014 Fiji Green

📋 copy color: '#567014'

red 86 ◦ green 112 ◦ blue 20

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

Shades of Fiji Green #567014

Tints of Fiji Green #567014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.38%

 BLUE value IS 20 (8.2% from 255) = 9.17%

R = 39.45%
G = 51.38%
B = 9.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#567014 (or 0x567014) is known color: Fiji Green. HEX triplet: 56, 70 and 14. RGB value is (86,112,20). Sum of RGB (Red+Green+Blue) = 86+112+20=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #567014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #567014 is #A98FEB. Grayscale: #5E5E5E. Windows color (decimal): -11112428 or 1339478. OLE color: 1339478.

HSL color Cylindrical-coordinate representation of color #567014: hue angle of 76.96º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #567014 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 112 20 -
CMYK 0.23 0 0.82 0.56
HSL 76.96º 0.7% 0.26% -
HSV(B) 76.96º 0.82% 0.44% -
XYZ 9.76 13.62 2.78 -
YUV 93.74 86.39 122.48 -
System Red Green Blue C M Y K H S L
Decimal 86 112 20 0.23 0 0.82 0.56 76.96 0.7 0.26
Hex 56 70 14 17 0 52 38 4D 46 1A
Octal 126 160 24 27 0 122 70 115 106 32
Binary 1010110 1110000 10100 10111 0 1010010 111000 1001101 1000110 11010

Color Harmonies of #567014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567014

Black with #567014

Text Example


Text Example

White with #567014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567014; }

 p { color: rgb(86,112,20); }

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

background-color css

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

 a { background-color: rgb(86,112,20); }

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

border-color css

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

 span { border-color: rgb(86,112,20); }

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