Html Css Color HEX #4F7601 Fiji Green

📋 copy color: '#4F7601'

red 79 ◦ green 118 ◦ blue 1

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

Shades of Fiji Green #4F7601

Tints of Fiji Green #4F7601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 39.9%
G = 59.6%
B = 0.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#4F7601 (or 0x4F7601) is known color: Fiji Green. HEX triplet: 4F, 76 and 01. RGB value is (79,118,1). Sum of RGB (Red+Green+Blue) = 79+118+1=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 118 (46.48% from 255 or 59.60% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 118 - color contains mainly: green. Hex color #4F7601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7601 is #B089FE. Grayscale: #5D5D5D. Windows color (decimal): -11569663 or 95823. OLE color: 95823.

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

Color convert

RGB 79 118 1 -
CMYK 0.33 0 0.99 0.54
HSL 80º 0.98% 0.23% -
HSV(B) 80º 0.99% 0.46% -
XYZ 9.71 14.62 2.34 -
YUV 93 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 79 118 1 0.33 0 0.99 0.54 80 0.98 0.23
Hex 4F 76 1 21 0 63 36 50 62 17
Octal 117 166 1 41 0 143 66 120 142 27
Binary 1001111 1110110 1 100001 0 1100011 110110 1010000 1100010 10111

Color Harmonies of #4F7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7601

Black with #4F7601

Text Example


Text Example

White with #4F7601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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