Html Css Color HEX #697220 Fiji Green

📋 copy color: '#697220'

red 105 ◦ green 114 ◦ blue 32

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

Shades of Fiji Green #697220

Tints of Fiji Green #697220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.42%

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

R = 41.83%
G = 45.42%
B = 12.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#697220 (or 0x697220) is known color: Fiji Green. HEX triplet: 69, 72 and 20. RGB value is (105,114,32). Sum of RGB (Red+Green+Blue) = 105+114+32=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #697220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697220 is #968DDF. Grayscale: #666666. Windows color (decimal): -9866720 or 2126441. OLE color: 2126441.

HSL color Cylindrical-coordinate representation of color #697220: hue angle of 66.59º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #697220 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 114 32 -
CMYK 0.08 0 0.72 0.55
HSL 66.59º 0.56% 0.29% -
HSV(B) 66.59º 0.72% 0.45% -
XYZ 12.1 15.14 3.65 -
YUV 101.96 88.52 130.17 -
System Red Green Blue C M Y K H S L
Decimal 105 114 32 0.08 0 0.72 0.55 66.59 0.56 0.29
Hex 69 72 20 8 0 48 37 43 38 1D
Octal 151 162 40 10 0 110 67 103 70 35
Binary 1101001 1110010 100000 1000 0 1001000 110111 1000011 111000 11101

Color Harmonies of #697220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697220

Black with #697220

Text Example


Text Example

White with #697220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697220; }

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

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

background-color css

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

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

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

border-color css

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

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

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