#69741E

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

Shades of Fiji Green #69741E

Tints of Fiji Green #69741E

Color information

#69741E (or 0x69741E) is unknown color: approx Fiji Green. HEX triplet: 69, 74 and 1E. RGB value is (105,116,30). Sum of RGB (Red+Green+Blue) = 105+116+30=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #69741E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69741E is #968BE1. Grayscale: #676767. Windows color (decimal): -9866210 or 1995881. OLE color: 1995881.

HSL color Cylindrical-coordinate representation of color #69741E: hue angle of 67.67º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69741E is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB10511630-
CMYK0.0900.740.55
HSL67.67º58.9%28.63%-
HSV(B)67.67º74.14%45.49%-
XYZ12.3115.593.59-
YUV102.9186.86129.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.83%
GREEN value IS 116 (45.70% from 255) = 46.22%
BLUE value IS 30 (12.11% from 255) = 11.95%
R=41.83%
G=46.22%
B=11.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105116300.0900.740.5567.6758.928.63
Hex69741E904A37443b1d
Octal15116436110112671047335
Binary1101001111010011110100101001010110111100010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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