Html Css Color HEX #55680A Fiji Green

📋 copy color: '#55680A'

red 85 ◦ green 104 ◦ blue 10

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

Shades of Fiji Green #55680A

Tints of Fiji Green #55680A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52.26%

 BLUE value IS 10 (4.3% from 255) = 5.03%

R = 42.71%
G = 52.26%
B = 5.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#55680A (or 0x55680A) is known color: Fiji Green. HEX triplet: 55, 68 and 0A. RGB value is (85,104,10). Sum of RGB (Red+Green+Blue) = 85+104+10=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #55680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55680A is #AA97F5. Grayscale: #575757. Windows color (decimal): -11180022 or 682069. OLE color: 682069.

HSL color Cylindrical-coordinate representation of color #55680A: hue angle of 72.13º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55680A is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 104 10 -
CMYK 0.18 0 0.90 0.59
HSL 72.13º 0.82% 0.22% -
HSV(B) 72.13º 0.9% 0.41% -
XYZ 8.75 11.85 2.11 -
YUV 87.6 84.21 126.14 -
System Red Green Blue C M Y K H S L
Decimal 85 104 10 0.18 0 0.90 0.59 72.13 0.82 0.22
Hex 55 68 A 12 0 5A 3B 48 52 16
Octal 125 150 12 22 0 132 73 110 122 26
Binary 1010101 1101000 1010 10010 0 1011010 111011 1001000 1010010 10110

Color Harmonies of #55680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55680A

Black with #55680A

Text Example


Text Example

White with #55680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55680A; }

 p { color: rgb(85,104,10); }

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

background-color css

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

 a { background-color: rgb(85,104,10); }

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

border-color css

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

 span { border-color: rgb(85,104,10); }

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