Html Css Color HEX #4A7700 Fiji Green

📋 copy color: '#4A7700'

red 74 ◦ green 119 ◦ blue 0

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

Shades of Fiji Green #4A7700

Tints of Fiji Green #4A7700

RGB

 RED value IS 74 (29.3% from 255) = 38.34%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.34%
G = 61.66%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#4A7700 (or 0x4A7700) is known color: Fiji Green. HEX triplet: 4A, 77 and 00. RGB value is (74,119,0). Sum of RGB (Red+Green+Blue) = 74+119+0=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7700 is #B588FF. Grayscale: #5C5C5C. Windows color (decimal): -11897088 or 30538. OLE color: 30538.

HSL color Cylindrical-coordinate representation of color #4A7700: hue angle of 82.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A7700 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 119 0 -
CMYK 0.38 0 1 0.53
HSL 82.69º 1% 0.23% -
HSV(B) 82.69º 1% 0.47% -
XYZ 9.42 14.65 2.33 -
YUV 91.98 76.09 115.18 -
System Red Green Blue C M Y K H S L
Decimal 74 119 0 0.38 0 1 0.53 82.69 1 0.23
Hex 4A 77 0 26 0 64 35 53 64 17
Octal 112 167 0 46 0 144 65 123 144 27
Binary 1001010 1110111 0 100110 0 1100100 110101 1010011 1100100 10111

Color Harmonies of #4A7700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7700

Black with #4A7700

Text Example


Text Example

White with #4A7700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,119,0); }

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

background-color css

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

 a { background-color: rgb(74,119,0); }

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

border-color css

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

 span { border-color: rgb(74,119,0); }

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