#64751C

Color #64751C Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #64751C

Tints of Fiji Green #64751C

Color information

#64751C (or 0x64751C) is unknown color: approx Fiji Green. HEX triplet: 64, 75 and 1C. RGB value is (100,117,28). Sum of RGB (Red+Green+Blue) = 100+117+28=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #64751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64751C is #9B8AE3. Grayscale: #666666. Windows color (decimal): -10193636 or 1865060. OLE color: 1865060.

HSL color Cylindrical-coordinate representation of color #64751C: hue angle of 71.46º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64751C is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB10011728-
CMYK0.1500.760.54
HSL71.46º61.38%28.43%-
HSV(B)71.46º76.07%45.88%-
XYZ11.8315.523.47-
YUV101.7786.37126.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.82%
GREEN value IS 117 (46.09% from 255) = 47.76%
BLUE value IS 28 (11.33% from 255) = 11.43%
R=40.82%
G=47.76%
B=11.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100117280.1500.760.5471.4661.3828.43
Hex64751CF04C36473d1c
Octal14416534170114661077534
Binary1100100111010111100111101001100110110100011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64751C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64751C; }

 p { color: rgb(100,117,28); }

 H1.HeaderClassName
 {
   color: #64751C;
 }
 .AnyTagClassName
 {
   color: #64751C;
 }
</style>
background-color css

<style>
 a { background-color: #64751C; }

 a { background-color: rgb(100,117,28); }

 div.DivClassName
 {
   background-color: #64751C;
 }
 .BgClassName
 {
   background-color: #64751C;
 }
</style>
border-color css

<style>
 span { border-color: #64751C; }

 span { border-color: rgb(100,117,28); }

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