Html Css Color HEX #5B7125 Fiji Green

📋 copy color: '#5B7125'

red 91 ◦ green 113 ◦ blue 37

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

Shades of Fiji Green #5B7125

Tints of Fiji Green #5B7125

RGB

 RED value IS 91 (35.94% from 255) = 37.76%

 GREEN value IS 113 (44.53% from 255) = 46.89%

 BLUE value IS 37 (14.84% from 255) = 15.35%

R = 37.76%
G = 46.89%
B = 15.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#5B7125 (or 0x5B7125) is known color: Fiji Green. HEX triplet: 5B, 71 and 25. RGB value is (91,113,37). Sum of RGB (Red+Green+Blue) = 91+113+37=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #5B7125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7125 is #A48EDA. Grayscale: #626262. Windows color (decimal): -10784475 or 2453851. OLE color: 2453851.

HSL color Cylindrical-coordinate representation of color #5B7125: hue angle of 77.37º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B7125 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 113 37 -
CMYK 0.19 0 0.67 0.56
HSL 77.37º 0.51% 0.29% -
HSV(B) 77.37º 0.67% 0.44% -
XYZ 10.55 14.17 3.93 -
YUV 97.76 93.71 123.18 -
System Red Green Blue C M Y K H S L
Decimal 91 113 37 0.19 0 0.67 0.56 77.37 0.51 0.29
Hex 5B 71 25 13 0 43 38 4D 33 1D
Octal 133 161 45 23 0 103 70 115 63 35
Binary 1011011 1110001 100101 10011 0 1000011 111000 1001101 110011 11101

Color Harmonies of #5B7125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7125

Black with #5B7125

Text Example


Text Example

White with #5B7125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B7125; }

 p { color: rgb(91,113,37); }

 H1.HeaderClassName
 {
   color: #5B7125;
 }
 .AnyTagClassName
 {
   color: #5B7125;
 }
</style>

background-color css

<style>
 a { background-color: #5B7125; }

 a { background-color: rgb(91,113,37); }

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

border-color css

<style>
 span { border-color: #5B7125; }

 span { border-color: rgb(91,113,37); }

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