#65690E

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

Shades of Fiji Green #65690E

Tints of Fiji Green #65690E

Color information

#65690E (or 0x65690E) is unknown color: approx Fiji Green. HEX triplet: 65, 69 and 0E. RGB value is (101,105,14). Sum of RGB (Red+Green+Blue) = 101+105+14=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #65690E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65690E is #9A96F1. Grayscale: #5D5D5D. Windows color (decimal): -10131186 or 944485. OLE color: 944485.

HSL color Cylindrical-coordinate representation of color #65690E: hue angle of 62.64º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65690E is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB10110514-
CMYK0.0400.870.59
HSL62.64º76.47%23.33%-
HSV(B)62.64º86.67%41.18%-
XYZ10.512.92.35-
YUV93.4383.17133.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 105 (41.41% from 255) = 47.73%
BLUE value IS 14 (5.86% from 255) = 6.36%
R=45.91%
G=47.73%
B=6.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101105140.0400.870.5962.6476.4723.33
Hex6569E40573B3f4c17
Octal1451511640127737711427
Binary11001011101001111010001010111111011111111100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65690E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,105,14); }

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

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

 a { background-color: rgb(101,105,14); }

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

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

 span { border-color: rgb(101,105,14); }

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