Html Css Color HEX #696911 Fiji Green

📋 copy color: '#696911'

red 105 ◦ green 105 ◦ blue 17

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

Shades of Fiji Green #696911

Tints of Fiji Green #696911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.26%

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

R = 46.26%
G = 46.26%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#696911 (or 0x696911) is known color: Fiji Green. HEX triplet: 69, 69 and 11. RGB value is (105,105,17). Sum of RGB (Red+Green+Blue) = 105+105+17=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696911 is #9696EE. Grayscale: #5F5F5F. Windows color (decimal): -9869039 or 1141097. OLE color: 1141097.

HSL color Cylindrical-coordinate representation of color #696911: hue angle of 60º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #696911 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 105 17 -
CMYK 0 0 0.84 0.59
HSL 60º 0.72% 0.24% -
HSV(B) 60º 0.84% 0.41% -
XYZ 10.98 13.15 2.49 -
YUV 94.97 84 135.16 -
System Red Green Blue C M Y K H S L
Decimal 105 105 17 0 0 0.84 0.59 60 0.72 0.24
Hex 69 69 11 0 0 54 3B 3C 48 18
Octal 151 151 21 0 0 124 73 74 110 30
Binary 1101001 1101001 10001 0 0 1010100 111011 111100 1001000 11000

Color Harmonies of #696911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696911

Black with #696911

Text Example


Text Example

White with #696911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696911; }

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

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

background-color css

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

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

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

border-color css

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

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

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