Html Css Color HEX #697020 Fiji Green

📋 copy color: '#697020'

red 105 ◦ green 112 ◦ blue 32

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

Shades of Fiji Green #697020

Tints of Fiji Green #697020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.98%

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

R = 42.17%
G = 44.98%
B = 12.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#697020 (or 0x697020) is known color: Fiji Green. HEX triplet: 69, 70 and 20. RGB value is (105,112,32). Sum of RGB (Red+Green+Blue) = 105+112+32=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #697020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697020 is #968FDF. Grayscale: #656565. Windows color (decimal): -9867232 or 2125929. OLE color: 2125929.

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

Color convert

RGB 105 112 32 -
CMYK 0.06 0 0.71 0.56
HSL 65.25º 0.56% 0.28% -
HSV(B) 65.25º 0.71% 0.44% -
XYZ 11.88 14.7 3.58 -
YUV 100.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 105 112 32 0.06 0 0.71 0.56 65.25 0.56 0.28
Hex 69 70 20 6 0 47 38 41 38 1C
Octal 151 160 40 6 0 107 70 101 70 34
Binary 1101001 1110000 100000 110 0 1000111 111000 1000001 111000 11100

Color Harmonies of #697020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697020

Black with #697020

Text Example


Text Example

White with #697020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697020; }

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

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

background-color css

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

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

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

border-color css

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

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

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