Html Css Color HEX #646B14 Fiji Green

📋 copy color: '#646B14'

red 100 ◦ green 107 ◦ blue 20

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

Shades of Fiji Green #646B14

Tints of Fiji Green #646B14

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.14%

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

R = 44.05%
G = 47.14%
B = 8.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#646B14 (or 0x646B14) is known color: Fiji Green. HEX triplet: 64, 6B and 14. RGB value is (100,107,20). Sum of RGB (Red+Green+Blue) = 100+107+20=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 107 - color contains mainly: green. Hex color #646B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646B14 is #9B94EB. Grayscale: #5F5F5F. Windows color (decimal): -10196204 or 1338212. OLE color: 1338212.

HSL color Cylindrical-coordinate representation of color #646B14: hue angle of 64.83º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #646B14 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 107 20 -
CMYK 0.07 0 0.81 0.58
HSL 64.83º 0.69% 0.25% -
HSV(B) 64.83º 0.81% 0.42% -
XYZ 10.64 13.28 2.66 -
YUV 94.99 85.68 131.57 -
System Red Green Blue C M Y K H S L
Decimal 100 107 20 0.07 0 0.81 0.58 64.83 0.69 0.25
Hex 64 6B 14 7 0 51 3A 41 45 19
Octal 144 153 24 7 0 121 72 101 105 31
Binary 1100100 1101011 10100 111 0 1010001 111010 1000001 1000101 11001

Color Harmonies of #646B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646B14

Black with #646B14

Text Example


Text Example

White with #646B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646B14; }

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

 H1.HeaderClassName
 {
   color: #646B14;
 }
 .AnyTagClassName
 {
   color: #646B14;
 }
</style>

background-color css

<style>
 a { background-color: #646B14; }

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

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

border-color css

<style>
 span { border-color: #646B14; }

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

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