#697010

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

Shades of Fiji Green #697010

Tints of Fiji Green #697010

Color information

#697010 (or 0x697010) is unknown color: approx Fiji Green. HEX triplet: 69, 70 and 10. RGB value is (105,112,16). Sum of RGB (Red+Green+Blue) = 105+112+16=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #697010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697010 is #968FEF. Grayscale: #636363. Windows color (decimal): -9867248 or 1077353. OLE color: 1077353.

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

Color convert

RGB10511216-
CMYK0.0600.860.56
HSL64.38º75%25.1%-
HSV(B)64.38º85.71%43.92%-
XYZ11.7114.632.7-
YUV98.9681.18132.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 16 (6.64% from 255) = 6.87%
R=45.06%
G=48.07%
B=6.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105112160.0600.860.5664.387525.1
Hex697010605638404b19
Octal15116020601267010011331
Binary1101001111000010000110010101101110001000000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697010; }

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

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

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

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

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

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

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

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