#65701C

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

Shades of Fiji Green #65701C

Tints of Fiji Green #65701C

Color information

#65701C (or 0x65701C) is unknown color: approx Fiji Green. HEX triplet: 65, 70 and 1C. RGB value is (101,112,28). Sum of RGB (Red+Green+Blue) = 101+112+28=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #65701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65701C is #9A8FE3. Grayscale: #636363. Windows color (decimal): -10129380 or 1863781. OLE color: 1863781.

HSL color Cylindrical-coordinate representation of color #65701C: hue angle of 67.86º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65701C is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB10111228-
CMYK0.1000.750.56
HSL67.86º60%27.45%-
HSV(B)67.86º75%43.92%-
XYZ11.3714.443.29-
YUV99.1487.86129.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 28 (11.33% from 255) = 11.62%
R=41.91%
G=46.47%
B=11.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101112280.1000.750.5667.866027.45
Hex65701CA04B38443c1b
Octal14516034120113701047433
Binary1100101111000011100101001001011111000100010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,112,28); }

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

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

 a { background-color: rgb(101,112,28); }

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

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

 span { border-color: rgb(101,112,28); }

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