#69771E

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

Shades of Fiji Green #69771E

Tints of Fiji Green #69771E

Color information

#69771E (or 0x69771E) is unknown color: approx Fiji Green. HEX triplet: 69, 77 and 1E. RGB value is (105,119,30). Sum of RGB (Red+Green+Blue) = 105+119+30=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #69771E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69771E is #9688E1. Grayscale: #696969. Windows color (decimal): -9865442 or 1996649. OLE color: 1996649.

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

Color convert

RGB10511930-
CMYK0.1200.750.53
HSL69.44º59.73%29.22%-
HSV(B)69.44º74.79%46.67%-
XYZ12.6616.293.71-
YUV104.6785.86128.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.34%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 30 (12.11% from 255) = 11.81%
R=41.34%
G=46.85%
B=11.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105119300.1200.750.5369.4459.7329.22
Hex69771EC04B35453c1d
Octal15116736140113651057435
Binary1101001111011111110110001001011110101100010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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