Html Css Color HEX #696506 Fiji Green

📋 copy color: '#696506'

red 105 ◦ green 101 ◦ blue 6

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

Shades of Fiji Green #696506

Tints of Fiji Green #696506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.83%

R = 49.53%
G = 47.64%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#696506 (or 0x696506) is known color: Fiji Green. HEX triplet: 69, 65 and 06. RGB value is (105,101,6). Sum of RGB (Red+Green+Blue) = 105+101+6=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #696506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696506 is #969AF9. Grayscale: #5B5B5B. Windows color (decimal): -9870074 or 419177. OLE color: 419177.

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

Color convert

RGB 105 101 6 -
CMYK 0 0.04 0.94 0.59
HSL 57.58º 0.89% 0.22% -
HSV(B) 57.58º 0.94% 0.41% -
XYZ 10.51 12.32 2 -
YUV 91.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 105 101 6 0 0.04 0.94 0.59 57.58 0.89 0.22
Hex 69 65 6 0 4 5E 3B 3A 59 16
Octal 151 145 6 0 4 136 73 72 131 26
Binary 1101001 1100101 110 0 100 1011110 111011 111010 1011001 10110

Color Harmonies of #696506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696506

Black with #696506

Text Example


Text Example

White with #696506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696506; }

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

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

background-color css

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

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

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

border-color css

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

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

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