#697410

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

Shades of Fiji Green #697410

Tints of Fiji Green #697410

Color information

#697410 (or 0x697410) is unknown color: approx Fiji Green. HEX triplet: 69, 74 and 10. RGB value is (105,116,16). Sum of RGB (Red+Green+Blue) = 105+116+16=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #697410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697410 is #968BEF. Grayscale: #656565. Windows color (decimal): -9866224 or 1078377. OLE color: 1078377.

HSL color Cylindrical-coordinate representation of color #697410: hue angle of 66.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #697410 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB10511616-
CMYK0.0900.860.55
HSL66.6º75.76%25.88%-
HSV(B)66.6º86.21%45.49%-
XYZ12.1615.532.85-
YUV101.3179.86130.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 116 (45.70% from 255) = 48.95%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=44.30%
G=48.95%
B=6.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105116160.0900.860.5566.675.7625.88
Hex697410905637434c1a
Octal151164201101266710311432
Binary11010011110100100001001010101101101111000011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697410; }

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

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

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

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

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

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

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

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