Html Css Color HEX #557B0F Fiji Green

📋 copy color: '#557B0F'

red 85 ◦ green 123 ◦ blue 15

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

Shades of Fiji Green #557B0F

Tints of Fiji Green #557B0F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 55.16%

 BLUE value IS 15 (6.25% from 255) = 6.73%

R = 38.12%
G = 55.16%
B = 6.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#557B0F (or 0x557B0F) is known color: Fiji Green. HEX triplet: 55, 7B and 0F. RGB value is (85,123,15). Sum of RGB (Red+Green+Blue) = 85+123+15=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 123 (48.44% from 255 or 55.16% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 123 - color contains mainly: green. Hex color #557B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557B0F is #AA84F0. Grayscale: #636363. Windows color (decimal): -11175153 or 1014613. OLE color: 1014613.

HSL color Cylindrical-coordinate representation of color #557B0F: hue angle of 81.11º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #557B0F is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 123 15 -
CMYK 0.31 0 0.88 0.52
HSL 81.11º 0.78% 0.27% -
HSV(B) 81.11º 0.88% 0.48% -
XYZ 10.92 16.13 2.99 -
YUV 99.33 80.41 117.78 -
System Red Green Blue C M Y K H S L
Decimal 85 123 15 0.31 0 0.88 0.52 81.11 0.78 0.27
Hex 55 7B F 1F 0 58 34 51 4E 1B
Octal 125 173 17 37 0 130 64 121 116 33
Binary 1010101 1111011 1111 11111 0 1011000 110100 1010001 1001110 11011

Color Harmonies of #557B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B0F

Black with #557B0F

Text Example


Text Example

White with #557B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557B0F; }

 p { color: rgb(85,123,15); }

 H1.HeaderClassName
 {
   color: #557B0F;
 }
 .AnyTagClassName
 {
   color: #557B0F;
 }
</style>

background-color css

<style>
 a { background-color: #557B0F; }

 a { background-color: rgb(85,123,15); }

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

border-color css

<style>
 span { border-color: #557B0F; }

 span { border-color: rgb(85,123,15); }

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