Html Css Color HEX #5A7307 Fiji Green

📋 copy color: '#5A7307'

red 90 ◦ green 115 ◦ blue 7

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

Shades of Fiji Green #5A7307

Tints of Fiji Green #5A7307

RGB

 RED value IS 90 (35.55% from 255) = 42.45%

 GREEN value IS 115 (45.31% from 255) = 54.25%

 BLUE value IS 7 (3.13% from 255) = 3.3%

R = 42.45%
G = 54.25%
B = 3.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#5A7307 (or 0x5A7307) is known color: Fiji Green. HEX triplet: 5A, 73 and 07. RGB value is (90,115,7). Sum of RGB (Red+Green+Blue) = 90+115+7=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7307 is #A58CF8. Grayscale: #5F5F5F. Windows color (decimal): -10849529 or 488282. OLE color: 488282.

HSL color Cylindrical-coordinate representation of color #5A7307: hue angle of 73.89º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A7307 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 115 7 -
CMYK 0.22 0 0.94 0.55
HSL 73.89º 0.89% 0.24% -
HSV(B) 73.89º 0.94% 0.45% -
XYZ 10.39 14.45 2.44 -
YUV 95.21 78.22 124.28 -
System Red Green Blue C M Y K H S L
Decimal 90 115 7 0.22 0 0.94 0.55 73.89 0.89 0.24
Hex 5A 73 7 16 0 5E 37 4A 59 18
Octal 132 163 7 26 0 136 67 112 131 30
Binary 1011010 1110011 111 10110 0 1011110 110111 1001010 1011001 11000

Color Harmonies of #5A7307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7307

Black with #5A7307

Text Example


Text Example

White with #5A7307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,115,7); }

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

background-color css

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

 a { background-color: rgb(90,115,7); }

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

border-color css

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

 span { border-color: rgb(90,115,7); }

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