Html Css Color HEX #4F7006 Fiji Green

📋 copy color: '#4F7006'

red 79 ◦ green 112 ◦ blue 6

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

Shades of Fiji Green #4F7006

Tints of Fiji Green #4F7006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.05%

R = 40.1%
G = 56.85%
B = 3.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#4F7006 (or 0x4F7006) is known color: Fiji Green. HEX triplet: 4F, 70 and 06. RGB value is (79,112,6). Sum of RGB (Red+Green+Blue) = 79+112+6=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7006 is #B08FF9. Grayscale: #5A5A5A. Windows color (decimal): -11571194 or 421967. OLE color: 421967.

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

Color convert

RGB 79 112 6 -
CMYK 0.29 0 0.95 0.56
HSL 78.68º 0.9% 0.23% -
HSV(B) 78.68º 0.95% 0.44% -
XYZ 9.05 13.26 2.26 -
YUV 90.05 80.57 120.12 -
System Red Green Blue C M Y K H S L
Decimal 79 112 6 0.29 0 0.95 0.56 78.68 0.9 0.23
Hex 4F 70 6 1D 0 5F 38 4F 5A 17
Octal 117 160 6 35 0 137 70 117 132 27
Binary 1001111 1110000 110 11101 0 1011111 111000 1001111 1011010 10111

Color Harmonies of #4F7006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7006

Black with #4F7006

Text Example


Text Example

White with #4F7006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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