Html Css Color HEX #697620 Fiji Green

📋 copy color: '#697620'

red 105 ◦ green 118 ◦ blue 32

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

Shades of Fiji Green #697620

Tints of Fiji Green #697620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.27%

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 41.18%
G = 46.27%
B = 12.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#697620 (or 0x697620) is known color: Fiji Green. HEX triplet: 69, 76 and 20. RGB value is (105,118,32). Sum of RGB (Red+Green+Blue) = 105+118+32=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #697620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697620 is #9689DF. Grayscale: #686868. Windows color (decimal): -9865696 or 2127465. OLE color: 2127465.

HSL color Cylindrical-coordinate representation of color #697620: hue angle of 69.07º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #697620 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 118 32 -
CMYK 0.11 0 0.73 0.54
HSL 69.07º 0.57% 0.29% -
HSV(B) 69.07º 0.73% 0.46% -
XYZ 12.56 16.06 3.81 -
YUV 104.31 87.19 128.49 -
System Red Green Blue C M Y K H S L
Decimal 105 118 32 0.11 0 0.73 0.54 69.07 0.57 0.29
Hex 69 76 20 B 0 49 36 45 39 1D
Octal 151 166 40 13 0 111 66 105 71 35
Binary 1101001 1110110 100000 1011 0 1001001 110110 1000101 111001 11101

Color Harmonies of #697620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697620

Black with #697620

Text Example


Text Example

White with #697620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697620; }

 p { color: rgb(105,118,32); }

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

background-color css

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

 a { background-color: rgb(105,118,32); }

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

border-color css

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

 span { border-color: rgb(105,118,32); }

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