Html Css Color HEX #697716 Fiji Green

📋 copy color: '#697716'

red 105 ◦ green 119 ◦ blue 22

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

Shades of Fiji Green #697716

Tints of Fiji Green #697716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.37%

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

R = 42.68%
G = 48.37%
B = 8.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#697716 (or 0x697716) is known color: Fiji Green. HEX triplet: 69, 77 and 16. RGB value is (105,119,22). Sum of RGB (Red+Green+Blue) = 105+119+22=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #697716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697716 is #9688E9. Grayscale: #686868. Windows color (decimal): -9865450 or 1472361. OLE color: 1472361.

HSL color Cylindrical-coordinate representation of color #697716: hue angle of 68.66º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #697716 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 119 22 -
CMYK 0.12 0 0.82 0.53
HSL 68.66º 0.69% 0.28% -
HSV(B) 68.66º 0.82% 0.47% -
XYZ 12.57 16.25 3.23 -
YUV 103.76 81.86 128.89 -
System Red Green Blue C M Y K H S L
Decimal 105 119 22 0.12 0 0.82 0.53 68.66 0.69 0.28
Hex 69 77 16 C 0 52 35 45 45 1C
Octal 151 167 26 14 0 122 65 105 105 34
Binary 1101001 1110111 10110 1100 0 1010010 110101 1000101 1000101 11100

Color Harmonies of #697716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697716

Black with #697716

Text Example


Text Example

White with #697716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697716; }

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

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

background-color css

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

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

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

border-color css

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

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

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