Html Css Color HEX #696D11 Fiji Green

📋 copy color: '#696D11'

red 105 ◦ green 109 ◦ blue 17

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

Shades of Fiji Green #696D11

Tints of Fiji Green #696D11

RGB

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

 GREEN value IS 109 (42.97% from 255) = 47.19%

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

R = 45.45%
G = 47.19%
B = 7.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#696D11 (or 0x696D11) is known color: Fiji Green. HEX triplet: 69, 6D and 11. RGB value is (105,109,17). Sum of RGB (Red+Green+Blue) = 105+109+17=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 109 - color contains mainly: green. Hex color #696D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696D11 is #9692EE. Grayscale: #616161. Windows color (decimal): -9868015 or 1142121. OLE color: 1142121.

HSL color Cylindrical-coordinate representation of color #696D11: hue angle of 62.61º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #696D11 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 109 17 -
CMYK 0.04 0 0.84 0.57
HSL 62.61º 0.73% 0.25% -
HSV(B) 62.61º 0.84% 0.43% -
XYZ 11.4 13.98 2.63 -
YUV 97.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 105 109 17 0.04 0 0.84 0.57 62.61 0.73 0.25
Hex 69 6D 11 4 0 54 39 3F 49 19
Octal 151 155 21 4 0 124 71 77 111 31
Binary 1101001 1101101 10001 100 0 1010100 111001 111111 1001001 11001

Color Harmonies of #696D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D11

Black with #696D11

Text Example


Text Example

White with #696D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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