Html Css Color HEX #4F7602 Fiji Green

📋 copy color: '#4F7602'

red 79 ◦ green 118 ◦ blue 2

#4F7602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #4F7602

Tints of Fiji Green #4F7602

RGB

 RED value IS 79 (31.25% from 255) = 39.7%

 GREEN value IS 118 (46.48% from 255) = 59.3%

 BLUE value IS 2 (1.17% from 255) = 1.01%

R = 39.7%
G = 59.3%
B = 1.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#4F7602 (or 0x4F7602) is known color: Fiji Green. HEX triplet: 4F, 76 and 02. RGB value is (79,118,2). Sum of RGB (Red+Green+Blue) = 79+118+2=199 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.70% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #4F7602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7602 is #B089FD. Grayscale: #5D5D5D. Windows color (decimal): -11569662 or 161359. OLE color: 161359.

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

Color convert

RGB 79 118 2 -
CMYK 0.33 0 0.98 0.54
HSL 80.17º 0.97% 0.24% -
HSV(B) 80.17º 0.98% 0.46% -
XYZ 9.71 14.62 2.37 -
YUV 93.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 79 118 2 0.33 0 0.98 0.54 80.17 0.97 0.24
Hex 4F 76 2 21 0 62 36 50 61 18
Octal 117 166 2 41 0 142 66 120 141 30
Binary 1001111 1110110 10 100001 0 1100010 110110 1010000 1100001 11000

Color Harmonies of #4F7602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7602

Black with #4F7602

Text Example


Text Example

White with #4F7602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F7602;
 }
 .AnyTagClassName
 {
   color: #4F7602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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