Html Css Color HEX #5A7305 Fiji Green

📋 copy color: '#5A7305'

red 90 ◦ green 115 ◦ blue 5

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

Shades of Fiji Green #5A7305

Tints of Fiji Green #5A7305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.38%

R = 42.86%
G = 54.76%
B = 2.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#5A7305 (or 0x5A7305) is known color: Fiji Green. HEX triplet: 5A, 73 and 05. RGB value is (90,115,5). Sum of RGB (Red+Green+Blue) = 90+115+5=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7305 is #A58CFA. Grayscale: #5F5F5F. Windows color (decimal): -10849531 or 357210. OLE color: 357210.

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

Color convert

RGB 90 115 5 -
CMYK 0.22 0 0.96 0.55
HSL 73.64º 0.92% 0.24% -
HSV(B) 73.64º 0.96% 0.45% -
XYZ 10.37 14.45 2.39 -
YUV 94.99 77.22 124.44 -
System Red Green Blue C M Y K H S L
Decimal 90 115 5 0.22 0 0.96 0.55 73.64 0.92 0.24
Hex 5A 73 5 16 0 60 37 4A 5C 18
Octal 132 163 5 26 0 140 67 112 134 30
Binary 1011010 1110011 101 10110 0 1100000 110111 1001010 1011100 11000

Color Harmonies of #5A7305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7305

Black with #5A7305

Text Example


Text Example

White with #5A7305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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