Html Css Color HEX #696914 Fiji Green

📋 copy color: '#696914'

red 105 ◦ green 105 ◦ blue 20

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

Shades of Fiji Green #696914

Tints of Fiji Green #696914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.7%

R = 45.65%
G = 45.65%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#696914 (or 0x696914) is known color: Fiji Green. HEX triplet: 69, 69 and 14. RGB value is (105,105,20). Sum of RGB (Red+Green+Blue) = 105+105+20=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696914 is #9696EB. Grayscale: #5F5F5F. Windows color (decimal): -9869036 or 1337705. OLE color: 1337705.

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

Color convert

RGB 105 105 20 -
CMYK 0 0 0.81 0.59
HSL 60º 0.68% 0.25% -
HSV(B) 60º 0.81% 0.41% -
XYZ 11 13.16 2.62 -
YUV 95.31 85.5 134.91 -
System Red Green Blue C M Y K H S L
Decimal 105 105 20 0 0 0.81 0.59 60 0.68 0.25
Hex 69 69 14 0 0 51 3B 3C 44 19
Octal 151 151 24 0 0 121 73 74 104 31
Binary 1101001 1101001 10100 0 0 1010001 111011 111100 1000100 11001

Color Harmonies of #696914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696914

Black with #696914

Text Example


Text Example

White with #696914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696914; }

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

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

background-color css

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

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

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

border-color css

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

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

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