Html Css Color HEX #4F7101 Fiji Green

📋 copy color: '#4F7101'

red 79 ◦ green 113 ◦ blue 1

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

Shades of Fiji Green #4F7101

Tints of Fiji Green #4F7101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 58.55%

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

R = 40.93%
G = 58.55%
B = 0.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#4F7101 (or 0x4F7101) is known color: Fiji Green. HEX triplet: 4F, 71 and 01. RGB value is (79,113,1). Sum of RGB (Red+Green+Blue) = 79+113+1=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #4F7101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7101 is #B08EFE. Grayscale: #5A5A5A. Windows color (decimal): -11570943 or 94543. OLE color: 94543.

HSL color Cylindrical-coordinate representation of color #4F7101: hue angle of 78.21º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F7101 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 113 1 -
CMYK 0.30 0 0.99 0.56
HSL 78.21º 0.98% 0.22% -
HSV(B) 78.21º 0.99% 0.44% -
XYZ 9.14 13.47 2.15 -
YUV 90.07 77.74 120.11 -
System Red Green Blue C M Y K H S L
Decimal 79 113 1 0.30 0 0.99 0.56 78.21 0.98 0.22
Hex 4F 71 1 1E 0 63 38 4E 62 16
Octal 117 161 1 36 0 143 70 116 142 26
Binary 1001111 1110001 1 11110 0 1100011 111000 1001110 1100010 10110

Color Harmonies of #4F7101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7101

Black with #4F7101

Text Example


Text Example

White with #4F7101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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