Html Css Color HEX #696913 Fiji Green

📋 copy color: '#696913'

red 105 ◦ green 105 ◦ blue 19

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

Shades of Fiji Green #696913

Tints of Fiji Green #696913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.3%

R = 45.85%
G = 45.85%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#696913 (or 0x696913) is known color: Fiji Green. HEX triplet: 69, 69 and 13. RGB value is (105,105,19). Sum of RGB (Red+Green+Blue) = 105+105+19=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696913 is #9696EC. Grayscale: #5F5F5F. Windows color (decimal): -9869037 or 1272169. OLE color: 1272169.

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

Color convert

RGB 105 105 19 -
CMYK 0 0 0.82 0.59
HSL 60º 0.69% 0.24% -
HSV(B) 60º 0.82% 0.41% -
XYZ 10.99 13.15 2.58 -
YUV 95.2 85 134.99 -
System Red Green Blue C M Y K H S L
Decimal 105 105 19 0 0 0.82 0.59 60 0.69 0.24
Hex 69 69 13 0 0 52 3B 3C 45 18
Octal 151 151 23 0 0 122 73 74 105 30
Binary 1101001 1101001 10011 0 0 1010010 111011 111100 1000101 11000

Color Harmonies of #696913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696913

Black with #696913

Text Example


Text Example

White with #696913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696913; }

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

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

background-color css

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

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

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

border-color css

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

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

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