Html Css Color HEX #697411 Fiji Green

📋 copy color: '#697411'

red 105 ◦ green 116 ◦ blue 17

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

Shades of Fiji Green #697411

Tints of Fiji Green #697411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.74%

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

R = 44.12%
G = 48.74%
B = 7.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#697411 (or 0x697411) is known color: Fiji Green. HEX triplet: 69, 74 and 11. RGB value is (105,116,17). Sum of RGB (Red+Green+Blue) = 105+116+17=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #697411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697411 is #968BEE. Grayscale: #656565. Windows color (decimal): -9866223 or 1143913. OLE color: 1143913.

HSL color Cylindrical-coordinate representation of color #697411: hue angle of 66.67º 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 #697411 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 116 17 -
CMYK 0.09 0 0.85 0.55
HSL 66.67º 0.74% 0.26% -
HSV(B) 66.67º 0.85% 0.45% -
XYZ 12.17 15.53 2.89 -
YUV 101.43 80.36 130.55 -
System Red Green Blue C M Y K H S L
Decimal 105 116 17 0.09 0 0.85 0.55 66.67 0.74 0.26
Hex 69 74 11 9 0 55 37 43 4A 1A
Octal 151 164 21 11 0 125 67 103 112 32
Binary 1101001 1110100 10001 1001 0 1010101 110111 1000011 1001010 11010

Color Harmonies of #697411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697411

Black with #697411

Text Example


Text Example

White with #697411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697411; }

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

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

background-color css

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

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

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

border-color css

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

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

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