#4F7A07

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

Shades of Fiji Green #4F7A07

Tints of Fiji Green #4F7A07

Color information

#4F7A07 (or 0x4F7A07) is unknown color: approx Fiji Green. HEX triplet: 4F, 7A and 07. RGB value is (79,122,7). Sum of RGB (Red+Green+Blue) = 79+122+7=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 122 (48.05% from 255 or 58.65% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 122 - color contains mainly: green. Hex color #4F7A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7A07 is #B085F8. Grayscale: #606060. Windows color (decimal): -11568633 or 490063. OLE color: 490063.

HSL color Cylindrical-coordinate representation of color #4F7A07: hue angle of 82.43º 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 #4F7A07 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB791227-
CMYK0.3500.940.52
HSL82.43º89.15%25.29%-
HSV(B)82.43º94.26%47.84%-
XYZ10.2215.62.67-
YUV96.0377.75115.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.98%
GREEN value IS 122 (48.05% from 255) = 58.65%
BLUE value IS 7 (3.12% from 255) = 3.37%
R=37.98%
G=58.65%
B=3.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7912270.3500.940.5282.4389.1525.29
Hex4F7A72305E34525919
Octal11717274301366412213131
Binary10011111111010111100011010111101101001010010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F7A07; }

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

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

<style>
 a { background-color: #4F7A07; }

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

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

<style>
 span { border-color: #4F7A07; }

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

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