Html Css Color HEX #647F14 Fiji Green

📋 copy color: '#647F14'

red 100 ◦ green 127 ◦ blue 20

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

Shades of Fiji Green #647F14

Tints of Fiji Green #647F14

RGB

 RED value IS 100 (39.45% from 255) = 40.49%

 GREEN value IS 127 (50% from 255) = 51.42%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 40.49%
G = 51.42%
B = 8.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#647F14 (or 0x647F14) is known color: Fiji Green. HEX triplet: 64, 7F and 14. RGB value is (100,127,20). Sum of RGB (Red+Green+Blue) = 100+127+20=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #647F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647F14 is #9B80EB. Grayscale: #6B6B6B. Windows color (decimal): -10191084 or 1343332. OLE color: 1343332.

HSL color Cylindrical-coordinate representation of color #647F14: hue angle of 75.14º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #647F14 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 127 20 -
CMYK 0.21 0 0.84 0.50
HSL 75.14º 0.73% 0.29% -
HSV(B) 75.14º 0.84% 0.5% -
XYZ 12.97 17.94 3.44 -
YUV 106.73 79.05 123.2 -
System Red Green Blue C M Y K H S L
Decimal 100 127 20 0.21 0 0.84 0.50 75.14 0.73 0.29
Hex 64 7F 14 15 0 54 32 4B 49 1D
Octal 144 177 24 25 0 124 62 113 111 35
Binary 1100100 1111111 10100 10101 0 1010100 110010 1001011 1001001 11101

Color Harmonies of #647F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647F14

Black with #647F14

Text Example


Text Example

White with #647F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647F14; }

 p { color: rgb(100,127,20); }

 H1.HeaderClassName
 {
   color: #647F14;
 }
 .AnyTagClassName
 {
   color: #647F14;
 }
</style>

background-color css

<style>
 a { background-color: #647F14; }

 a { background-color: rgb(100,127,20); }

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

border-color css

<style>
 span { border-color: #647F14; }

 span { border-color: rgb(100,127,20); }

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