Html Css Color HEX #5B701E Fiji Green

📋 copy color: '#5B701E'

red 91 ◦ green 112 ◦ blue 30

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

Shades of Fiji Green #5B701E

Tints of Fiji Green #5B701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.07%

 BLUE value IS 30 (12.11% from 255) = 12.88%

R = 39.06%
G = 48.07%
B = 12.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#5B701E (or 0x5B701E) is known color: Fiji Green. HEX triplet: 5B, 70 and 1E. RGB value is (91,112,30). Sum of RGB (Red+Green+Blue) = 91+112+30=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #5B701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B701E is #A48FE1. Grayscale: #606060. Windows color (decimal): -10784738 or 1994843. OLE color: 1994843.

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

Color convert

RGB 91 112 30 -
CMYK 0.19 0 0.73 0.56
HSL 75.37º 0.58% 0.28% -
HSV(B) 75.37º 0.73% 0.44% -
XYZ 10.34 13.91 3.37 -
YUV 96.37 90.54 124.17 -
System Red Green Blue C M Y K H S L
Decimal 91 112 30 0.19 0 0.73 0.56 75.37 0.58 0.28
Hex 5B 70 1E 13 0 49 38 4B 3A 1C
Octal 133 160 36 23 0 111 70 113 72 34
Binary 1011011 1110000 11110 10011 0 1001001 111000 1001011 111010 11100

Color Harmonies of #5B701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B701E

Black with #5B701E

Text Example


Text Example

White with #5B701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,112,30); }

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

background-color css

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

 a { background-color: rgb(91,112,30); }

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

border-color css

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

 span { border-color: rgb(91,112,30); }

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