#64770E

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

Shades of Fiji Green #64770E

Tints of Fiji Green #64770E

Color information

#64770E (or 0x64770E) is unknown color: approx Fiji Green. HEX triplet: 64, 77 and 0E. RGB value is (100,119,14). Sum of RGB (Red+Green+Blue) = 100+119+14=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #64770E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64770E is #9B88F1. Grayscale: #656565. Windows color (decimal): -10193138 or 948068. OLE color: 948068.

HSL color Cylindrical-coordinate representation of color #64770E: hue angle of 70.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64770E is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB10011914-
CMYK0.1600.880.53
HSL70.86º78.95%26.08%-
HSV(B)70.86º88.24%46.67%-
XYZ11.9315.932.86-
YUV101.3578.71127.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.92%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 14 (5.86% from 255) = 6.01%
R=42.92%
G=51.07%
B=6.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100119140.1600.880.5370.8678.9526.08
Hex6477E1005835474f1a
Octal144167162001306510711732
Binary11001001110111111010000010110001101011000111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64770E; }

 p { color: rgb(100,119,14); }

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

<style>
 a { background-color: #64770E; }

 a { background-color: rgb(100,119,14); }

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

<style>
 span { border-color: #64770E; }

 span { border-color: rgb(100,119,14); }

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