Html Css Color HEX #4F700B Fiji Green

📋 copy color: '#4F700B'

red 79 ◦ green 112 ◦ blue 11

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

Shades of Fiji Green #4F700B

Tints of Fiji Green #4F700B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.45%

R = 39.11%
G = 55.45%
B = 5.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#4F700B (or 0x4F700B) is known color: Fiji Green. HEX triplet: 4F, 70 and 0B. RGB value is (79,112,11). Sum of RGB (Red+Green+Blue) = 79+112+11=202 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.11% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #4F700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F700B is #B08FF4. Grayscale: #5A5A5A. Windows color (decimal): -11571189 or 749647. OLE color: 749647.

HSL color Cylindrical-coordinate representation of color #4F700B: hue angle of 79.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F700B is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 112 11 -
CMYK 0.29 0 0.90 0.56
HSL 79.6º 0.82% 0.24% -
HSV(B) 79.6º 0.9% 0.44% -
XYZ 9.08 13.27 2.4 -
YUV 90.62 83.07 119.71 -
System Red Green Blue C M Y K H S L
Decimal 79 112 11 0.29 0 0.90 0.56 79.6 0.82 0.24
Hex 4F 70 B 1D 0 5A 38 50 52 18
Octal 117 160 13 35 0 132 70 120 122 30
Binary 1001111 1110000 1011 11101 0 1011010 111000 1010000 1010010 11000

Color Harmonies of #4F700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F700B

Black with #4F700B

Text Example


Text Example

White with #4F700B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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