Html Css Color HEX #55760C Fiji Green

📋 copy color: '#55760C'

red 85 ◦ green 118 ◦ blue 12

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

Shades of Fiji Green #55760C

Tints of Fiji Green #55760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.88%

 BLUE value IS 12 (5.08% from 255) = 5.58%

R = 39.53%
G = 54.88%
B = 5.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#55760C (or 0x55760C) is known color: Fiji Green. HEX triplet: 55, 76 and 0C. RGB value is (85,118,12). Sum of RGB (Red+Green+Blue) = 85+118+12=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #55760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55760C is #AA89F3. Grayscale: #606060. Windows color (decimal): -11176436 or 816725. OLE color: 816725.

HSL color Cylindrical-coordinate representation of color #55760C: hue angle of 78.68º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55760C is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 118 12 -
CMYK 0.28 0 0.90 0.54
HSL 78.68º 0.82% 0.25% -
HSV(B) 78.68º 0.9% 0.46% -
XYZ 10.29 14.91 2.68 -
YUV 96.05 80.57 120.12 -
System Red Green Blue C M Y K H S L
Decimal 85 118 12 0.28 0 0.90 0.54 78.68 0.82 0.25
Hex 55 76 C 1C 0 5A 36 4F 52 19
Octal 125 166 14 34 0 132 66 117 122 31
Binary 1010101 1110110 1100 11100 0 1011010 110110 1001111 1010010 11001

Color Harmonies of #55760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55760C

Black with #55760C

Text Example


Text Example

White with #55760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55760C; }

 p { color: rgb(85,118,12); }

 H1.HeaderClassName
 {
   color: #55760C;
 }
 .AnyTagClassName
 {
   color: #55760C;
 }
</style>

background-color css

<style>
 a { background-color: #55760C; }

 a { background-color: rgb(85,118,12); }

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

border-color css

<style>
 span { border-color: #55760C; }

 span { border-color: rgb(85,118,12); }

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