Html Css Color HEX #5B7305 Fiji Green

📋 copy color: '#5B7305'

red 91 ◦ green 115 ◦ blue 5

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

Shades of Fiji Green #5B7305

Tints of Fiji Green #5B7305

RGB

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

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

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

R = 43.13%
G = 54.5%
B = 2.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#5B7305 (or 0x5B7305) is known color: Fiji Green. HEX triplet: 5B, 73 and 05. RGB value is (91,115,5). Sum of RGB (Red+Green+Blue) = 91+115+5=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7305 is #A48CFA. Grayscale: #5F5F5F. Windows color (decimal): -10783995 or 357211. OLE color: 357211.

HSL color Cylindrical-coordinate representation of color #5B7305: hue angle of 73.09º 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 #5B7305 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 115 5 -
CMYK 0.21 0 0.96 0.55
HSL 73.09º 0.92% 0.24% -
HSV(B) 73.09º 0.96% 0.45% -
XYZ 10.47 14.5 2.39 -
YUV 95.28 77.05 124.94 -
System Red Green Blue C M Y K H S L
Decimal 91 115 5 0.21 0 0.96 0.55 73.09 0.92 0.24
Hex 5B 73 5 15 0 60 37 49 5C 18
Octal 133 163 5 25 0 140 67 111 134 30
Binary 1011011 1110011 101 10101 0 1100000 110111 1001001 1011100 11000

Color Harmonies of #5B7305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7305

Black with #5B7305

Text Example


Text Example

White with #5B7305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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