Html Css Color HEX #4D7701 Fiji Green

📋 copy color: '#4D7701'

red 77 ◦ green 119 ◦ blue 1

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

Shades of Fiji Green #4D7701

Tints of Fiji Green #4D7701

RGB

 RED value IS 77 (30.47% from 255) = 39.09%

 GREEN value IS 119 (46.88% from 255) = 60.41%

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

R = 39.09%
G = 60.41%
B = 0.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#4D7701 (or 0x4D7701) is known color: Fiji Green. HEX triplet: 4D, 77 and 01. RGB value is (77,119,1). Sum of RGB (Red+Green+Blue) = 77+119+1=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7701 is #B288FE. Grayscale: #5D5D5D. Windows color (decimal): -11700479 or 96077. OLE color: 96077.

HSL color Cylindrical-coordinate representation of color #4D7701: hue angle of 81.36º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D7701 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 119 1 -
CMYK 0.35 0 0.99 0.53
HSL 81.36º 0.98% 0.24% -
HSV(B) 81.36º 0.99% 0.47% -
XYZ 9.66 14.77 2.37 -
YUV 92.99 76.09 116.59 -
System Red Green Blue C M Y K H S L
Decimal 77 119 1 0.35 0 0.99 0.53 81.36 0.98 0.24
Hex 4D 77 1 23 0 63 35 51 62 18
Octal 115 167 1 43 0 143 65 121 142 30
Binary 1001101 1110111 1 100011 0 1100011 110101 1010001 1100010 11000

Color Harmonies of #4D7701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7701

Black with #4D7701

Text Example


Text Example

White with #4D7701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,119,1); }

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

background-color css

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

 a { background-color: rgb(77,119,1); }

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

border-color css

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

 span { border-color: rgb(77,119,1); }

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