#65721C

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

Shades of Fiji Green #65721C

Tints of Fiji Green #65721C

Color information

#65721C (or 0x65721C) is unknown color: approx Fiji Green. HEX triplet: 65, 72 and 1C. RGB value is (101,114,28). Sum of RGB (Red+Green+Blue) = 101+114+28=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #65721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65721C is #9A8DE3. Grayscale: #646464. Windows color (decimal): -10128868 or 1864293. OLE color: 1864293.

HSL color Cylindrical-coordinate representation of color #65721C: hue angle of 69.07º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65721C is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB10111428-
CMYK0.1100.750.55
HSL69.07º60.56%27.84%-
HSV(B)69.07º75.44%44.71%-
XYZ11.5914.893.36-
YUV100.3187.19128.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.56%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 28 (11.33% from 255) = 11.52%
R=41.56%
G=46.91%
B=11.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101114280.1100.750.5569.0760.5627.84
Hex65721CB04B37453d1c
Octal14516234130113671057534
Binary1100101111001011100101101001011110111100010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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