#69751E

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

Shades of Fiji Green #69751E

Tints of Fiji Green #69751E

Color information

#69751E (or 0x69751E) is unknown color: approx Fiji Green. HEX triplet: 69, 75 and 1E. RGB value is (105,117,30). Sum of RGB (Red+Green+Blue) = 105+117+30=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #69751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69751E is #968AE1. Grayscale: #676767. Windows color (decimal): -9865954 or 1996137. OLE color: 1996137.

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

Color convert

RGB10511730-
CMYK0.1000.740.54
HSL68.28º59.18%28.82%-
HSV(B)68.28º74.36%45.88%-
XYZ12.4215.823.63-
YUV103.4986.52129.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 117 (46.09% from 255) = 46.43%
BLUE value IS 30 (12.11% from 255) = 11.90%
R=41.67%
G=46.43%
B=11.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117300.1000.740.5468.2859.1828.82
Hex69751EA04A36443b1d
Octal15116536120112661047335
Binary1101001111010111110101001001010110110100010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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