#4F7502

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

Shades of Fiji Green #4F7502

Tints of Fiji Green #4F7502

Color information

#4F7502 (or 0x4F7502) is unknown color: approx Fiji Green. HEX triplet: 4F, 75 and 02. RGB value is (79,117,2). Sum of RGB (Red+Green+Blue) = 79+117+2=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7502 is #B08AFD. Grayscale: #5C5C5C. Windows color (decimal): -11569918 or 161103. OLE color: 161103.

HSL color Cylindrical-coordinate representation of color #4F7502: hue angle of 79.83º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F7502 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB791172-
CMYK0.3200.980.54
HSL79.83º96.64%23.33%-
HSV(B)79.83º98.29%45.88%-
XYZ9.614.392.33-
YUV92.5376.91118.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.90%
GREEN value IS 117 (46.09% from 255) = 59.09%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=39.90%
G=59.09%
B=1.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7911720.3200.980.5479.8396.6423.33
Hex4F7522006236506117
Octal11716524001426612014127
Binary1001111111010110100000011000101101101010000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,117,2); }

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

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

 a { background-color: rgb(79,117,2); }

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

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

 span { border-color: rgb(79,117,2); }

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