Html Css Color HEX #55690D Fiji Green

📋 copy color: '#55690D'

red 85 ◦ green 105 ◦ blue 13

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

Shades of Fiji Green #55690D

Tints of Fiji Green #55690D

RGB

 RED value IS 85 (33.59% from 255) = 41.87%

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

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

R = 41.87%
G = 51.72%
B = 6.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#55690D (or 0x55690D) is known color: Fiji Green. HEX triplet: 55, 69 and 0D. RGB value is (85,105,13). Sum of RGB (Red+Green+Blue) = 85+105+13=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #55690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55690D is #AA96F2. Grayscale: #585858. Windows color (decimal): -11179763 or 878933. OLE color: 878933.

HSL color Cylindrical-coordinate representation of color #55690D: hue angle of 73.04º 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 #55690D is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 13 -
CMYK 0.19 0 0.88 0.59
HSL 73.04º 0.78% 0.23% -
HSV(B) 73.04º 0.88% 0.41% -
XYZ 8.87 12.06 2.24 -
YUV 88.53 85.37 125.48 -
System Red Green Blue C M Y K H S L
Decimal 85 105 13 0.19 0 0.88 0.59 73.04 0.78 0.23
Hex 55 69 D 13 0 58 3B 49 4E 17
Octal 125 151 15 23 0 130 73 111 116 27
Binary 1010101 1101001 1101 10011 0 1011000 111011 1001001 1001110 10111

Color Harmonies of #55690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55690D

Black with #55690D

Text Example


Text Example

White with #55690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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