Html Css Color HEX #55700F Fiji Green

📋 copy color: '#55700F'

red 85 ◦ green 112 ◦ blue 15

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

Shades of Fiji Green #55700F

Tints of Fiji Green #55700F

RGB

 RED value IS 85 (33.59% from 255) = 40.09%

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

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 40.09%
G = 52.83%
B = 7.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#55700F (or 0x55700F) is known color: Fiji Green. HEX triplet: 55, 70 and 0F. RGB value is (85,112,15). Sum of RGB (Red+Green+Blue) = 85+112+15=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #55700F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55700F is #AA8FF0. Grayscale: #5D5D5D. Windows color (decimal): -11177969 or 1011797. OLE color: 1011797.

HSL color Cylindrical-coordinate representation of color #55700F: hue angle of 76.7º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55700F is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 112 15 -
CMYK 0.24 0 0.87 0.56
HSL 76.7º 0.76% 0.25% -
HSV(B) 76.7º 0.87% 0.44% -
XYZ 9.63 13.55 2.56 -
YUV 92.87 84.05 122.39 -
System Red Green Blue C M Y K H S L
Decimal 85 112 15 0.24 0 0.87 0.56 76.7 0.76 0.25
Hex 55 70 F 18 0 57 38 4D 4C 19
Octal 125 160 17 30 0 127 70 115 114 31
Binary 1010101 1110000 1111 11000 0 1010111 111000 1001101 1001100 11001

Color Harmonies of #55700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55700F

Black with #55700F

Text Example


Text Example

White with #55700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55700F; }

 p { color: rgb(85,112,15); }

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

background-color css

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

 a { background-color: rgb(85,112,15); }

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

border-color css

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

 span { border-color: rgb(85,112,15); }

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