Html Css Color HEX #696615 Fiji Green

📋 copy color: '#696615'

red 105 ◦ green 102 ◦ blue 21

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

Shades of Fiji Green #696615

Tints of Fiji Green #696615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.74%

 BLUE value IS 21 (8.59% from 255) = 9.21%

R = 46.05%
G = 44.74%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#696615 (or 0x696615) is known color: Fiji Green. HEX triplet: 69, 66 and 15. RGB value is (105,102,21). Sum of RGB (Red+Green+Blue) = 105+102+21=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #696615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696615 is #9699EA. Grayscale: #5D5D5D. Windows color (decimal): -9869803 or 1402473. OLE color: 1402473.

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

Color convert

RGB 105 102 21 -
CMYK 0 0.03 0.80 0.59
HSL 57.86º 0.67% 0.25% -
HSV(B) 57.86º 0.8% 0.41% -
XYZ 10.71 12.56 2.57 -
YUV 93.66 86.99 136.09 -
System Red Green Blue C M Y K H S L
Decimal 105 102 21 0 0.03 0.80 0.59 57.86 0.67 0.25
Hex 69 66 15 0 3 50 3B 3A 43 19
Octal 151 146 25 0 3 120 73 72 103 31
Binary 1101001 1100110 10101 0 11 1010000 111011 111010 1000011 11001

Color Harmonies of #696615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696615

Black with #696615

Text Example


Text Example

White with #696615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696615; }

 p { color: rgb(105,102,21); }

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

background-color css

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

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

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

border-color css

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

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

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