Html Css Color HEX #55690B Fiji Green

📋 copy color: '#55690B'

red 85 ◦ green 105 ◦ blue 11

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

Shades of Fiji Green #55690B

Tints of Fiji Green #55690B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.47%

R = 42.29%
G = 52.24%
B = 5.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#55690B (or 0x55690B) is known color: Fiji Green. HEX triplet: 55, 69 and 0B. RGB value is (85,105,11). Sum of RGB (Red+Green+Blue) = 85+105+11=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #55690B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55690B is #AA96F4. Grayscale: #585858. Windows color (decimal): -11179765 or 747861. OLE color: 747861.

HSL color Cylindrical-coordinate representation of color #55690B: hue angle of 72.77º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55690B is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 11 -
CMYK 0.19 0 0.90 0.59
HSL 72.77º 0.81% 0.23% -
HSV(B) 72.77º 0.9% 0.41% -
XYZ 8.86 12.06 2.18 -
YUV 88.3 84.37 125.64 -
System Red Green Blue C M Y K H S L
Decimal 85 105 11 0.19 0 0.90 0.59 72.77 0.81 0.23
Hex 55 69 B 13 0 5A 3B 49 51 17
Octal 125 151 13 23 0 132 73 111 121 27
Binary 1010101 1101001 1011 10011 0 1011010 111011 1001001 1010001 10111

Color Harmonies of #55690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55690B

Black with #55690B

Text Example


Text Example

White with #55690B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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