Html Css Color HEX #55790E Fiji Green

📋 copy color: '#55790E'

red 85 ◦ green 121 ◦ blue 14

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

Shades of Fiji Green #55790E

Tints of Fiji Green #55790E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 55%

 BLUE value IS 14 (5.86% from 255) = 6.36%

R = 38.64%
G = 55%
B = 6.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#55790E (or 0x55790E) is known color: Fiji Green. HEX triplet: 55, 79 and 0E. RGB value is (85,121,14). Sum of RGB (Red+Green+Blue) = 85+121+14=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #55790E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55790E is #AA86F1. Grayscale: #626262. Windows color (decimal): -11175666 or 948565. OLE color: 948565.

HSL color Cylindrical-coordinate representation of color #55790E: hue angle of 80.19º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55790E is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 14 -
CMYK 0.30 0 0.88 0.53
HSL 80.19º 0.79% 0.26% -
HSV(B) 80.19º 0.88% 0.47% -
XYZ 10.66 15.64 2.87 -
YUV 98.04 80.57 118.7 -
System Red Green Blue C M Y K H S L
Decimal 85 121 14 0.30 0 0.88 0.53 80.19 0.79 0.26
Hex 55 79 E 1E 0 58 35 50 4F 1A
Octal 125 171 16 36 0 130 65 120 117 32
Binary 1010101 1111001 1110 11110 0 1011000 110101 1010000 1001111 11010

Color Harmonies of #55790E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55790E

Black with #55790E

Text Example


Text Example

White with #55790E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55790E; }

 p { color: rgb(85,121,14); }

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

background-color css

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

 a { background-color: rgb(85,121,14); }

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

border-color css

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

 span { border-color: rgb(85,121,14); }

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