Html Css Color HEX #697516 Fiji Green

📋 copy color: '#697516'

red 105 ◦ green 117 ◦ blue 22

#697516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #697516

Tints of Fiji Green #697516

RGB

 RED value IS 105 (41.41% from 255) = 43.03%

 GREEN value IS 117 (46.09% from 255) = 47.95%

 BLUE value IS 22 (8.98% from 255) = 9.02%

R = 43.03%
G = 47.95%
B = 9.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#697516 (or 0x697516) is known color: Fiji Green. HEX triplet: 69, 75 and 16. RGB value is (105,117,22). Sum of RGB (Red+Green+Blue) = 105+117+22=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #697516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697516 is #968AE9. Grayscale: #666666. Windows color (decimal): -9865962 or 1471849. OLE color: 1471849.

HSL color Cylindrical-coordinate representation of color #697516: hue angle of 67.58º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #697516 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 117 22 -
CMYK 0.10 0 0.81 0.54
HSL 67.58º 0.68% 0.27% -
HSV(B) 67.58º 0.81% 0.46% -
XYZ 12.33 15.78 3.16 -
YUV 102.58 82.52 129.72 -
System Red Green Blue C M Y K H S L
Decimal 105 117 22 0.10 0 0.81 0.54 67.58 0.68 0.27
Hex 69 75 16 A 0 51 36 44 44 1B
Octal 151 165 26 12 0 121 66 104 104 33
Binary 1101001 1110101 10110 1010 0 1010001 110110 1000100 1000100 11011

Color Harmonies of #697516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697516

Black with #697516

Text Example


Text Example

White with #697516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697516; }

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

 H1.HeaderClassName
 {
   color: #697516;
 }
 .AnyTagClassName
 {
   color: #697516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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