Html Css Color HEX #696813 Fiji Green

📋 copy color: '#696813'

red 105 ◦ green 104 ◦ blue 19

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

Shades of Fiji Green #696813

Tints of Fiji Green #696813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.61%

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

R = 46.05%
G = 45.61%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#696813 (or 0x696813) is known color: Fiji Green. HEX triplet: 69, 68 and 13. RGB value is (105,104,19). Sum of RGB (Red+Green+Blue) = 105+104+19=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #696813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696813 is #9697EC. Grayscale: #5E5E5E. Windows color (decimal): -9869293 or 1271913. OLE color: 1271913.

HSL color Cylindrical-coordinate representation of color #696813: hue angle of 59.3º 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 #696813 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 104 19 -
CMYK 0 0.01 0.82 0.59
HSL 59.3º 0.69% 0.24% -
HSV(B) 59.3º 0.82% 0.41% -
XYZ 10.89 12.95 2.54 -
YUV 94.61 85.33 135.41 -
System Red Green Blue C M Y K H S L
Decimal 105 104 19 0 0.01 0.82 0.59 59.3 0.69 0.24
Hex 69 68 13 0 1 52 3B 3B 45 18
Octal 151 150 23 0 1 122 73 73 105 30
Binary 1101001 1101000 10011 0 1 1010010 111011 111011 1000101 11000

Color Harmonies of #696813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696813

Black with #696813

Text Example


Text Example

White with #696813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696813; }

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

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

background-color css

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

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

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

border-color css

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

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

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