Html Css Color HEX #557B07 Fiji Green

📋 copy color: '#557B07'

red 85 ◦ green 123 ◦ blue 7

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

Shades of Fiji Green #557B07

Tints of Fiji Green #557B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.26%

R = 39.53%
G = 57.21%
B = 3.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.52

RGB Variations

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

Color information

#557B07 (or 0x557B07) is known color: Fiji Green. HEX triplet: 55, 7B and 07. RGB value is (85,123,7). Sum of RGB (Red+Green+Blue) = 85+123+7=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #557B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557B07 is #AA84F8. Grayscale: #626262. Windows color (decimal): -11175161 or 490325. OLE color: 490325.

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

Color convert

RGB 85 123 7 -
CMYK 0.31 0 0.94 0.52
HSL 79.66º 0.89% 0.25% -
HSV(B) 79.66º 0.94% 0.48% -
XYZ 10.87 16.11 2.74 -
YUV 98.41 76.41 118.43 -
System Red Green Blue C M Y K H S L
Decimal 85 123 7 0.31 0 0.94 0.52 79.66 0.89 0.25
Hex 55 7B 7 1F 0 5E 34 50 59 19
Octal 125 173 7 37 0 136 64 120 131 31
Binary 1010101 1111011 111 11111 0 1011110 110100 1010000 1011001 11001

Color Harmonies of #557B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B07

Black with #557B07

Text Example


Text Example

White with #557B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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