Html Css Color HEX #4F7C01 Fiji Green

📋 copy color: '#4F7C01'

red 79 ◦ green 124 ◦ blue 1

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

Shades of Fiji Green #4F7C01

Tints of Fiji Green #4F7C01

RGB

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

 GREEN value IS 124 (48.83% from 255) = 60.78%

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

R = 38.73%
G = 60.78%
B = 0.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#4F7C01 (or 0x4F7C01) is known color: Fiji Green. HEX triplet: 4F, 7C and 01. RGB value is (79,124,1). Sum of RGB (Red+Green+Blue) = 79+124+1=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7C01 is #B083FE. Grayscale: #606060. Windows color (decimal): -11568127 or 97359. OLE color: 97359.

HSL color Cylindrical-coordinate representation of color #4F7C01: hue angle of 81.95º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F7C01 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 124 1 -
CMYK 0.36 0 0.99 0.51
HSL 81.95º 0.98% 0.25% -
HSV(B) 81.95º 0.99% 0.49% -
XYZ 10.44 16.08 2.58 -
YUV 96.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 79 124 1 0.36 0 0.99 0.51 81.95 0.98 0.25
Hex 4F 7C 1 24 0 63 33 52 62 19
Octal 117 174 1 44 0 143 63 122 142 31
Binary 1001111 1111100 1 100100 0 1100011 110011 1010010 1100010 11001

Color Harmonies of #4F7C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7C01

Black with #4F7C01

Text Example


Text Example

White with #4F7C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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