#55750B

Color #55750B Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #55750B

Tints of Fiji Green #55750B

Color information

#55750B (or 0x55750B) is unknown color: approx Fiji Green. HEX triplet: 55, 75 and 0B. RGB value is (85,117,11). Sum of RGB (Red+Green+Blue) = 85+117+11=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #55750B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55750B is #AA8AF4. Grayscale: #5F5F5F. Windows color (decimal): -11176693 or 750933. OLE color: 750933.

HSL color Cylindrical-coordinate representation of color #55750B: hue angle of 78.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55750B is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB8511711-
CMYK0.2700.910.54
HSL78.11º82.81%25.1%-
HSV(B)78.11º90.6%45.88%-
XYZ10.1714.682.61-
YUV95.3580.4120.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 117 (46.09% from 255) = 54.93%
BLUE value IS 11 (4.69% from 255) = 5.16%
R=39.91%
G=54.93%
B=5.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117110.2700.910.5478.1182.8125.1
Hex5575B1B05B364e5319
Octal125165133301336611612331
Binary10101011110101101111011010110111101101001110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55750B; }

 p { color: rgb(85,117,11); }

 H1.HeaderClassName
 {
   color: #55750B;
 }
 .AnyTagClassName
 {
   color: #55750B;
 }
</style>
background-color css

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

 a { background-color: rgb(85,117,11); }

 div.DivClassName
 {
   background-color: #55750B;
 }
 .BgClassName
 {
   background-color: #55750B;
 }
</style>
border-color css

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

 span { border-color: rgb(85,117,11); }

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