#5C7007

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

Shades of Fiji Green #5C7007

Tints of Fiji Green #5C7007

Color information

#5C7007 (or 0x5C7007) is unknown color: approx Fiji Green. HEX triplet: 5C, 70 and 07. RGB value is (92,112,7). Sum of RGB (Red+Green+Blue) = 92+112+7=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #5C7007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7007 is #A38FF8. Grayscale: #5E5E5E. Windows color (decimal): -10719225 or 487516. OLE color: 487516.

HSL color Cylindrical-coordinate representation of color #5C7007: hue angle of 71.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C7007 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB921127-
CMYK0.1800.940.56
HSL71.43º88.24%23.33%-
HSV(B)71.43º93.75%43.92%-
XYZ10.2513.882.34-
YUV94.0578.87126.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.60%
GREEN value IS 112 (44.14% from 255) = 53.08%
BLUE value IS 7 (3.12% from 255) = 3.32%
R=43.60%
G=53.08%
B=3.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9211270.1800.940.5671.4388.2423.33
Hex5C7071205E38475817
Octal13416072201367010713027
Binary1011100111000011110010010111101110001000111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,112,7); }

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

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

 a { background-color: rgb(92,112,7); }

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

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

 span { border-color: rgb(92,112,7); }

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