Html Css Color HEX #646B12 Fiji Green

📋 copy color: '#646B12'

red 100 ◦ green 107 ◦ blue 18

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

Shades of Fiji Green #646B12

Tints of Fiji Green #646B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8%

R = 44.44%
G = 47.56%
B = 8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#646B12 (or 0x646B12) is known color: Fiji Green. HEX triplet: 64, 6B and 12. RGB value is (100,107,18). Sum of RGB (Red+Green+Blue) = 100+107+18=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #646B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646B12 is #9B94ED. Grayscale: #5F5F5F. Windows color (decimal): -10196206 or 1207140. OLE color: 1207140.

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

Color convert

RGB 100 107 18 -
CMYK 0.07 0 0.83 0.58
HSL 64.72º 0.71% 0.25% -
HSV(B) 64.72º 0.83% 0.42% -
XYZ 10.62 13.27 2.57 -
YUV 94.76 84.68 131.74 -
System Red Green Blue C M Y K H S L
Decimal 100 107 18 0.07 0 0.83 0.58 64.72 0.71 0.25
Hex 64 6B 12 7 0 53 3A 41 47 19
Octal 144 153 22 7 0 123 72 101 107 31
Binary 1100100 1101011 10010 111 0 1010011 111010 1000001 1000111 11001

Color Harmonies of #646B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646B12

Black with #646B12

Text Example


Text Example

White with #646B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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