Html Css Color HEX #567214 Fiji Green

📋 copy color: '#567214'

red 86 ◦ green 114 ◦ blue 20

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

Shades of Fiji Green #567214

Tints of Fiji Green #567214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.82%

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

R = 39.09%
G = 51.82%
B = 9.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#567214 (or 0x567214) is known color: Fiji Green. HEX triplet: 56, 72 and 14. RGB value is (86,114,20). Sum of RGB (Red+Green+Blue) = 86+114+20=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #567214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #567214 is #A98DEB. Grayscale: #5F5F5F. Windows color (decimal): -11111916 or 1339990. OLE color: 1339990.

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

Color convert

RGB 86 114 20 -
CMYK 0.25 0 0.82 0.55
HSL 77.87º 0.7% 0.26% -
HSV(B) 77.87º 0.82% 0.45% -
XYZ 9.98 14.06 2.85 -
YUV 94.91 85.72 121.64 -
System Red Green Blue C M Y K H S L
Decimal 86 114 20 0.25 0 0.82 0.55 77.87 0.7 0.26
Hex 56 72 14 19 0 52 37 4E 46 1A
Octal 126 162 24 31 0 122 67 116 106 32
Binary 1010110 1110010 10100 11001 0 1010010 110111 1001110 1000110 11010

Color Harmonies of #567214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567214

Black with #567214

Text Example


Text Example

White with #567214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567214; }

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

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

background-color css

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

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

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

border-color css

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

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

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