Html Css Color HEX #647A14 Fiji Green

📋 copy color: '#647A14'

red 100 ◦ green 122 ◦ blue 20

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

Shades of Fiji Green #647A14

Tints of Fiji Green #647A14

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50.41%

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

R = 41.32%
G = 50.41%
B = 8.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#647A14 (or 0x647A14) is known color: Fiji Green. HEX triplet: 64, 7A and 14. RGB value is (100,122,20). Sum of RGB (Red+Green+Blue) = 100+122+20=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #647A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647A14 is #9B85EB. Grayscale: #686868. Windows color (decimal): -10192364 or 1342052. OLE color: 1342052.

HSL color Cylindrical-coordinate representation of color #647A14: hue angle of 72.94º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #647A14 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 122 20 -
CMYK 0.18 0 0.84 0.52
HSL 72.94º 0.72% 0.28% -
HSV(B) 72.94º 0.84% 0.48% -
XYZ 12.34 16.68 3.23 -
YUV 103.79 80.71 125.29 -
System Red Green Blue C M Y K H S L
Decimal 100 122 20 0.18 0 0.84 0.52 72.94 0.72 0.28
Hex 64 7A 14 12 0 54 34 49 48 1C
Octal 144 172 24 22 0 124 64 111 110 34
Binary 1100100 1111010 10100 10010 0 1010100 110100 1001001 1001000 11100

Color Harmonies of #647A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647A14

Black with #647A14

Text Example


Text Example

White with #647A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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