#5B700A

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

Shades of Fiji Green #5B700A

Tints of Fiji Green #5B700A

Color information

#5B700A (or 0x5B700A) is unknown color: approx Fiji Green. HEX triplet: 5B, 70 and 0A. RGB value is (91,112,10). Sum of RGB (Red+Green+Blue) = 91+112+10=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #5B700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B700A is #A48FF5. Grayscale: #5E5E5E. Windows color (decimal): -10784758 or 684123. OLE color: 684123.

HSL color Cylindrical-coordinate representation of color #5B700A: hue angle of 72.35º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B700A is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB9111210-
CMYK0.1900.910.56
HSL72.35º83.61%23.92%-
HSV(B)72.35º91.07%43.92%-
XYZ10.1613.832.42-
YUV94.0980.54125.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.72%
GREEN value IS 112 (44.14% from 255) = 52.58%
BLUE value IS 10 (4.30% from 255) = 4.69%
R=42.72%
G=52.58%
B=4.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91112100.1900.910.5672.3583.6123.92
Hex5B70A1305B38485418
Octal133160122301337011012430
Binary10110111110000101010011010110111110001001000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B700A; }

 p { color: rgb(91,112,10); }

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

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

 a { background-color: rgb(91,112,10); }

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

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

 span { border-color: rgb(91,112,10); }

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