Html Css Color HEX #696409 Fiji Green

📋 copy color: '#696409'

red 105 ◦ green 100 ◦ blue 9

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

Shades of Fiji Green #696409

Tints of Fiji Green #696409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.73%

 BLUE value IS 9 (3.91% from 255) = 4.21%

R = 49.07%
G = 46.73%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#696409 (or 0x696409) is known color: Fiji Green. HEX triplet: 69, 64 and 09. RGB value is (105,100,9). Sum of RGB (Red+Green+Blue) = 105+100+9=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #696409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696409 is #969BF6. Grayscale: #5B5B5B. Windows color (decimal): -9870327 or 615529. OLE color: 615529.

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

Color convert

RGB 105 100 9 -
CMYK 0 0.05 0.91 0.59
HSL 56.88º 0.84% 0.22% -
HSV(B) 56.88º 0.91% 0.41% -
XYZ 10.43 12.14 2.05 -
YUV 91.12 81.66 137.9 -
System Red Green Blue C M Y K H S L
Decimal 105 100 9 0 0.05 0.91 0.59 56.88 0.84 0.22
Hex 69 64 9 0 5 5B 3B 39 54 16
Octal 151 144 11 0 5 133 73 71 124 26
Binary 1101001 1100100 1001 0 101 1011011 111011 111001 1010100 10110

Color Harmonies of #696409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696409

Black with #696409

Text Example


Text Example

White with #696409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696409; }

 p { color: rgb(105,100,9); }

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

background-color css

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

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

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

border-color css

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

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

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