Html Css Color HEX #696509 Fiji Green

📋 copy color: '#696509'

red 105 ◦ green 101 ◦ blue 9

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

Shades of Fiji Green #696509

Tints of Fiji Green #696509

RGB

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

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

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

R = 48.84%
G = 46.98%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#696509 (or 0x696509) is known color: Fiji Green. HEX triplet: 69, 65 and 09. RGB value is (105,101,9). Sum of RGB (Red+Green+Blue) = 105+101+9=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #696509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696509 is #969AF6. Grayscale: #5C5C5C. Windows color (decimal): -9870071 or 615785. OLE color: 615785.

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

Color convert

RGB 105 101 9 -
CMYK 0 0.04 0.91 0.59
HSL 57.5º 0.84% 0.22% -
HSV(B) 57.5º 0.91% 0.41% -
XYZ 10.53 12.33 2.08 -
YUV 91.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 105 101 9 0 0.04 0.91 0.59 57.5 0.84 0.22
Hex 69 65 9 0 4 5B 3B 3A 54 16
Octal 151 145 11 0 4 133 73 72 124 26
Binary 1101001 1100101 1001 0 100 1011011 111011 111010 1010100 10110

Color Harmonies of #696509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696509

Black with #696509

Text Example


Text Example

White with #696509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696509; }

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

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

background-color css

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

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

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

border-color css

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

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

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