Html Css Color HEX #4F710C Fiji Green

📋 copy color: '#4F710C'

red 79 ◦ green 113 ◦ blue 12

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

Shades of Fiji Green #4F710C

Tints of Fiji Green #4F710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 38.73%
G = 55.39%
B = 5.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#4F710C (or 0x4F710C) is known color: Fiji Green. HEX triplet: 4F, 71 and 0C. RGB value is (79,113,12). Sum of RGB (Red+Green+Blue) = 79+113+12=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #4F710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F710C is #B08EF3. Grayscale: #5B5B5B. Windows color (decimal): -11570932 or 815439. OLE color: 815439.

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

Color convert

RGB 79 113 12 -
CMYK 0.30 0 0.89 0.56
HSL 80.2º 0.81% 0.25% -
HSV(B) 80.2º 0.89% 0.44% -
XYZ 9.2 13.5 2.47 -
YUV 91.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 79 113 12 0.30 0 0.89 0.56 80.2 0.81 0.25
Hex 4F 71 C 1E 0 59 38 50 51 19
Octal 117 161 14 36 0 131 70 120 121 31
Binary 1001111 1110001 1100 11110 0 1011001 111000 1010000 1010001 11001

Color Harmonies of #4F710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F710C

Black with #4F710C

Text Example


Text Example

White with #4F710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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