Html Css Color HEX #5B701C Fiji Green

📋 copy color: '#5B701C'

red 91 ◦ green 112 ◦ blue 28

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

Shades of Fiji Green #5B701C

Tints of Fiji Green #5B701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.12%

R = 39.39%
G = 48.48%
B = 12.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#5B701C (or 0x5B701C) is known color: Fiji Green. HEX triplet: 5B, 70 and 1C. RGB value is (91,112,28). Sum of RGB (Red+Green+Blue) = 91+112+28=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #5B701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B701C is #A48FE3. Grayscale: #606060. Windows color (decimal): -10784740 or 1863771. OLE color: 1863771.

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

Color convert

RGB 91 112 28 -
CMYK 0.19 0 0.75 0.56
HSL 75º 0.6% 0.27% -
HSV(B) 75º 0.75% 0.44% -
XYZ 10.32 13.9 3.24 -
YUV 96.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 91 112 28 0.19 0 0.75 0.56 75 0.6 0.27
Hex 5B 70 1C 13 0 4B 38 4B 3C 1B
Octal 133 160 34 23 0 113 70 113 74 33
Binary 1011011 1110000 11100 10011 0 1001011 111000 1001011 111100 11011

Color Harmonies of #5B701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B701C

Black with #5B701C

Text Example


Text Example

White with #5B701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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