Html Css Color HEX #69690D Fiji Green

📋 copy color: '#69690D'

red 105 ◦ green 105 ◦ blue 13

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

Shades of Fiji Green #69690D

Tints of Fiji Green #69690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.09%

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 47.09%
G = 47.09%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#69690D (or 0x69690D) is known color: Fiji Green. HEX triplet: 69, 69 and 0D. RGB value is (105,105,13). Sum of RGB (Red+Green+Blue) = 105+105+13=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 105 - color contains mainly: red, green. Hex color #69690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69690D is #9696F2. Grayscale: #5E5E5E. Windows color (decimal): -9869043 or 878953. OLE color: 878953.

HSL color Cylindrical-coordinate representation of color #69690D: hue angle of 60º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69690D is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 105 13 -
CMYK 0 0 0.88 0.59
HSL 60º 0.78% 0.23% -
HSV(B) 60º 0.88% 0.41% -
XYZ 10.95 13.14 2.34 -
YUV 94.51 82 135.48 -
System Red Green Blue C M Y K H S L
Decimal 105 105 13 0 0 0.88 0.59 60 0.78 0.23
Hex 69 69 D 0 0 58 3B 3C 4E 17
Octal 151 151 15 0 0 130 73 74 116 27
Binary 1101001 1101001 1101 0 0 1011000 111011 111100 1001110 10111

Color Harmonies of #69690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69690D

Black with #69690D

Text Example


Text Example

White with #69690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69690D; }

 p { color: rgb(105,105,13); }

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

background-color css

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

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

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

border-color css

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

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

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