Html Css Color HEX #57700D Fiji Green

📋 copy color: '#57700D'

red 87 ◦ green 112 ◦ blue 13

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

Shades of Fiji Green #57700D

Tints of Fiji Green #57700D

RGB

 RED value IS 87 (34.38% from 255) = 41.04%

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

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 41.04%
G = 52.83%
B = 6.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#57700D (or 0x57700D) is known color: Fiji Green. HEX triplet: 57, 70 and 0D. RGB value is (87,112,13). Sum of RGB (Red+Green+Blue) = 87+112+13=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #57700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57700D is #A88FF2. Grayscale: #5D5D5D. Windows color (decimal): -11046899 or 880727. OLE color: 880727.

HSL color Cylindrical-coordinate representation of color #57700D: hue angle of 75.15º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #57700D is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 112 13 -
CMYK 0.22 0 0.88 0.56
HSL 75.15º 0.79% 0.25% -
HSV(B) 75.15º 0.88% 0.44% -
XYZ 9.8 13.64 2.5 -
YUV 93.24 82.72 123.55 -
System Red Green Blue C M Y K H S L
Decimal 87 112 13 0.22 0 0.88 0.56 75.15 0.79 0.25
Hex 57 70 D 16 0 58 38 4B 4F 19
Octal 127 160 15 26 0 130 70 113 117 31
Binary 1010111 1110000 1101 10110 0 1011000 111000 1001011 1001111 11001

Color Harmonies of #57700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57700D

Black with #57700D

Text Example


Text Example

White with #57700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57700D; }

 p { color: rgb(87,112,13); }

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

background-color css

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

 a { background-color: rgb(87,112,13); }

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

border-color css

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

 span { border-color: rgb(87,112,13); }

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