Html Css Color HEX #5B700A Fiji Green

📋 copy color: '#5B700A'

red 91 ◦ green 112 ◦ blue 10

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

Shades of Fiji Green #5B700A

Tints of Fiji Green #5B700A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.69%

R = 42.72%
G = 52.58%
B = 4.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#5B700A (or 0x5B700A) is known color: Fiji Green. HEX triplet: 5B, 70 and 0A. RGB value is (91,112,10). Sum of RGB (Red+Green+Blue) = 91+112+10=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #5B700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B700A is #A48FF5. Grayscale: #5E5E5E. Windows color (decimal): -10784758 or 684123. OLE color: 684123.

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

Color convert

RGB 91 112 10 -
CMYK 0.19 0 0.91 0.56
HSL 72.35º 0.84% 0.24% -
HSV(B) 72.35º 0.91% 0.44% -
XYZ 10.16 13.83 2.42 -
YUV 94.09 80.54 125.79 -
System Red Green Blue C M Y K H S L
Decimal 91 112 10 0.19 0 0.91 0.56 72.35 0.84 0.24
Hex 5B 70 A 13 0 5B 38 48 54 18
Octal 133 160 12 23 0 133 70 110 124 30
Binary 1011011 1110000 1010 10011 0 1011011 111000 1001000 1010100 11000

Color Harmonies of #5B700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B700A

Black with #5B700A

Text Example


Text Example

White with #5B700A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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