Html Css Color HEX #4F700D Fiji Green

📋 copy color: '#4F700D'

red 79 ◦ green 112 ◦ blue 13

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

Shades of Fiji Green #4F700D

Tints of Fiji Green #4F700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.9%

 BLUE value IS 13 (5.47% from 255) = 6.37%

R = 38.73%
G = 54.9%
B = 6.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#4F700D (or 0x4F700D) is known color: Fiji Green. HEX triplet: 4F, 70 and 0D. RGB value is (79,112,13). Sum of RGB (Red+Green+Blue) = 79+112+13=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #4F700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F700D is #B08FF2. Grayscale: #5B5B5B. Windows color (decimal): -11571187 or 880719. OLE color: 880719.

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

Color convert

RGB 79 112 13 -
CMYK 0.29 0 0.88 0.56
HSL 80º 0.79% 0.25% -
HSV(B) 80º 0.88% 0.44% -
XYZ 9.09 13.28 2.46 -
YUV 90.85 84.07 119.55 -
System Red Green Blue C M Y K H S L
Decimal 79 112 13 0.29 0 0.88 0.56 80 0.79 0.25
Hex 4F 70 D 1D 0 58 38 50 4F 19
Octal 117 160 15 35 0 130 70 120 117 31
Binary 1001111 1110000 1101 11101 0 1011000 111000 1010000 1001111 11001

Color Harmonies of #4F700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F700D

Black with #4F700D

Text Example


Text Example

White with #4F700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,112,13); }

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

background-color css

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

 a { background-color: rgb(79,112,13); }

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

border-color css

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

 span { border-color: rgb(79,112,13); }

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