#697210

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

Shades of Fiji Green #697210

Tints of Fiji Green #697210

Color information

#697210 (or 0x697210) is unknown color: approx Fiji Green. HEX triplet: 69, 72 and 10. RGB value is (105,114,16). Sum of RGB (Red+Green+Blue) = 105+114+16=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #697210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697210 is #968DEF. Grayscale: #646464. Windows color (decimal): -9866736 or 1077865. OLE color: 1077865.

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

Color convert

RGB10511416-
CMYK0.0800.860.55
HSL65.51º75.38%25.49%-
HSV(B)65.51º85.96%44.71%-
XYZ11.9415.082.77-
YUV100.1480.52131.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 114 (44.92% from 255) = 48.51%
BLUE value IS 16 (6.64% from 255) = 6.81%
R=44.68%
G=48.51%
B=6.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105114160.0800.860.5565.5175.3825.49
Hex697210805637424b19
Octal151162201001266710211331
Binary11010011110010100001000010101101101111000010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697210; }

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

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

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

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

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

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

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

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