Html Css Color HEX #697211 Fiji Green

📋 copy color: '#697211'

red 105 ◦ green 114 ◦ blue 17

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

Shades of Fiji Green #697211

Tints of Fiji Green #697211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.2%

R = 44.49%
G = 48.31%
B = 7.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#697211 (or 0x697211) is known color: Fiji Green. HEX triplet: 69, 72 and 11. RGB value is (105,114,17). Sum of RGB (Red+Green+Blue) = 105+114+17=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #697211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697211 is #968DEE. Grayscale: #646464. Windows color (decimal): -9866735 or 1143401. OLE color: 1143401.

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

Color convert

RGB 105 114 17 -
CMYK 0.08 0 0.85 0.55
HSL 65.57º 0.74% 0.26% -
HSV(B) 65.57º 0.85% 0.45% -
XYZ 11.94 15.08 2.81 -
YUV 100.25 81.02 131.39 -
System Red Green Blue C M Y K H S L
Decimal 105 114 17 0.08 0 0.85 0.55 65.57 0.74 0.26
Hex 69 72 11 8 0 55 37 42 4A 1A
Octal 151 162 21 10 0 125 67 102 112 32
Binary 1101001 1110010 10001 1000 0 1010101 110111 1000010 1001010 11010

Color Harmonies of #697211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697211

Black with #697211

Text Example


Text Example

White with #697211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697211; }

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

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

background-color css

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

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

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

border-color css

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

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

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