#69771D

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

Shades of Fiji Green #69771D

Tints of Fiji Green #69771D

Color information

#69771D (or 0x69771D) is unknown color: approx Fiji Green. HEX triplet: 69, 77 and 1D. RGB value is (105,119,29). Sum of RGB (Red+Green+Blue) = 105+119+29=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #69771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69771D is #9688E2. Grayscale: #686868. Windows color (decimal): -9865443 or 1931113. OLE color: 1931113.

HSL color Cylindrical-coordinate representation of color #69771D: hue angle of 69.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69771D is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB10511929-
CMYK0.1200.760.53
HSL69.33º60.81%29.02%-
HSV(B)69.33º75.63%46.67%-
XYZ12.6416.293.64-
YUV104.5585.36128.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.50%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 29 (11.72% from 255) = 11.46%
R=41.50%
G=47.04%
B=11.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105119290.1200.760.5369.3360.8129.02
Hex69771DC04C35453d1d
Octal15116735140114651057535
Binary1101001111011111101110001001100110101100010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69771D; }

 p { color: rgb(105,119,29); }

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

<style>
 a { background-color: #69771D; }

 a { background-color: rgb(105,119,29); }

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

<style>
 span { border-color: #69771D; }

 span { border-color: rgb(105,119,29); }

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