#5C7A07

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

Shades of Fiji Green #5C7A07

Tints of Fiji Green #5C7A07

Color information

#5C7A07 (or 0x5C7A07) is unknown color: approx Fiji Green. HEX triplet: 5C, 7A and 07. RGB value is (92,122,7). Sum of RGB (Red+Green+Blue) = 92+122+7=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 122 (48.05% from 255 or 55.20% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 122 - color contains mainly: green. Hex color #5C7A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7A07 is #A385F8. Grayscale: #646464. Windows color (decimal): -10716665 or 490076. OLE color: 490076.

HSL color Cylindrical-coordinate representation of color #5C7A07: hue angle of 75.65º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C7A07 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB921227-
CMYK0.2500.940.52
HSL75.65º89.15%25.29%-
HSV(B)75.65º94.26%47.84%-
XYZ11.4116.212.73-
YUV99.9275.56122.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.63%
GREEN value IS 122 (48.05% from 255) = 55.20%
BLUE value IS 7 (3.12% from 255) = 3.17%
R=41.63%
G=55.20%
B=3.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9212270.2500.940.5275.6589.1525.29
Hex5C7A71905E344c5919
Octal13417273101366411413131
Binary1011100111101011111001010111101101001001100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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