Html Css Color HEX #696510 Fiji Green

📋 copy color: '#696510'

red 105 ◦ green 101 ◦ blue 16

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

Shades of Fiji Green #696510

Tints of Fiji Green #696510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.5%

 BLUE value IS 16 (6.64% from 255) = 7.21%

R = 47.3%
G = 45.5%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#696510 (or 0x696510) is known color: Fiji Green. HEX triplet: 69, 65 and 10. RGB value is (105,101,16). Sum of RGB (Red+Green+Blue) = 105+101+16=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #696510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696510 is #969AEF. Grayscale: #5C5C5C. Windows color (decimal): -9870064 or 1074537. OLE color: 1074537.

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

Color convert

RGB 105 101 16 -
CMYK 0 0.04 0.85 0.59
HSL 57.3º 0.74% 0.24% -
HSV(B) 57.3º 0.85% 0.41% -
XYZ 10.57 12.35 2.32 -
YUV 92.51 84.83 136.91 -
System Red Green Blue C M Y K H S L
Decimal 105 101 16 0 0.04 0.85 0.59 57.3 0.74 0.24
Hex 69 65 10 0 4 55 3B 39 4A 18
Octal 151 145 20 0 4 125 73 71 112 30
Binary 1101001 1100101 10000 0 100 1010101 111011 111001 1001010 11000

Color Harmonies of #696510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696510

Black with #696510

Text Example


Text Example

White with #696510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696510; }

 p { color: rgb(105,101,16); }

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

background-color css

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

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

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

border-color css

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

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

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