Html Css Color HEX #5B700C Fiji Green

📋 copy color: '#5B700C'

red 91 ◦ green 112 ◦ blue 12

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

Shades of Fiji Green #5B700C

Tints of Fiji Green #5B700C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.58%

R = 42.33%
G = 52.09%
B = 5.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#5B700C (or 0x5B700C) is known color: Fiji Green. HEX triplet: 5B, 70 and 0C. RGB value is (91,112,12). Sum of RGB (Red+Green+Blue) = 91+112+12=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #5B700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B700C is #A48FF3. Grayscale: #5E5E5E. Windows color (decimal): -10784756 or 815195. OLE color: 815195.

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

Color convert

RGB 91 112 12 -
CMYK 0.19 0 0.89 0.56
HSL 72.6º 0.81% 0.24% -
HSV(B) 72.6º 0.89% 0.44% -
XYZ 10.17 13.84 2.48 -
YUV 94.32 81.54 125.63 -
System Red Green Blue C M Y K H S L
Decimal 91 112 12 0.19 0 0.89 0.56 72.6 0.81 0.24
Hex 5B 70 C 13 0 59 38 49 51 18
Octal 133 160 14 23 0 131 70 111 121 30
Binary 1011011 1110000 1100 10011 0 1011001 111000 1001001 1010001 11000

Color Harmonies of #5B700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B700C

Black with #5B700C

Text Example


Text Example

White with #5B700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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