Html Css Color HEX #5B7500 Fiji Green

📋 copy color: '#5B7500'

red 91 ◦ green 117 ◦ blue 0

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

Shades of Fiji Green #5B7500

Tints of Fiji Green #5B7500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 56.25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.75%
G = 56.25%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#5B7500 (or 0x5B7500) is known color: Fiji Green. HEX triplet: 5B, 75 and 00. RGB value is (91,117,0). Sum of RGB (Red+Green+Blue) = 91+117+0=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #5B7500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7500 is #A48AFF. Grayscale: #606060. Windows color (decimal): -10783488 or 30043. OLE color: 30043.

HSL color Cylindrical-coordinate representation of color #5B7500: hue angle of 73.33º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B7500 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 117 0 -
CMYK 0.22 0 1 0.54
HSL 73.33º 1% 0.23% -
HSV(B) 73.33º 1% 0.46% -
XYZ 10.68 14.95 2.32 -
YUV 95.89 73.89 124.51 -
System Red Green Blue C M Y K H S L
Decimal 91 117 0 0.22 0 1 0.54 73.33 1 0.23
Hex 5B 75 0 16 0 64 36 49 64 17
Octal 133 165 0 26 0 144 66 111 144 27
Binary 1011011 1110101 0 10110 0 1100100 110110 1001001 1100100 10111

Color Harmonies of #5B7500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7500

Black with #5B7500

Text Example


Text Example

White with #5B7500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,117,0); }

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

background-color css

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

 a { background-color: rgb(91,117,0); }

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

border-color css

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

 span { border-color: rgb(91,117,0); }

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