Html Css Color HEX #646D0D Fiji Green

📋 copy color: '#646D0D'

red 100 ◦ green 109 ◦ blue 13

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

Shades of Fiji Green #646D0D

Tints of Fiji Green #646D0D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 49.1%

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 45.05%
G = 49.1%
B = 5.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#646D0D (or 0x646D0D) is known color: Fiji Green. HEX triplet: 64, 6D and 0D. RGB value is (100,109,13). Sum of RGB (Red+Green+Blue) = 100+109+13=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #646D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646D0D is #9B92F2. Grayscale: #5F5F5F. Windows color (decimal): -10195699 or 879972. OLE color: 879972.

HSL color Cylindrical-coordinate representation of color #646D0D: hue angle of 65.62º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #646D0D is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB 100 109 13 -
CMYK 0.08 0 0.88 0.57
HSL 65.63º 0.79% 0.24% -
HSV(B) 65.63º 0.88% 0.43% -
XYZ 10.8 13.68 2.45 -
YUV 95.37 81.52 131.31 -
System Red Green Blue C M Y K H S L
Decimal 100 109 13 0.08 0 0.88 0.57 65.63 0.79 0.24
Hex 64 6D D 8 0 58 39 42 4F 18
Octal 144 155 15 10 0 130 71 102 117 30
Binary 1100100 1101101 1101 1000 0 1011000 111001 1000010 1001111 11000

Color Harmonies of #646D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646D0D

Black with #646D0D

Text Example


Text Example

White with #646D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,109,13); }

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

background-color css

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

 a { background-color: rgb(100,109,13); }

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

border-color css

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

 span { border-color: rgb(100,109,13); }

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