Html Css Color HEX #5A6B0F Fiji Green

📋 copy color: '#5A6B0F'

red 90 ◦ green 107 ◦ blue 15

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

Shades of Fiji Green #5A6B0F

Tints of Fiji Green #5A6B0F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.47%

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 42.45%
G = 50.47%
B = 7.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#5A6B0F (or 0x5A6B0F) is known color: Fiji Green. HEX triplet: 5A, 6B and 0F. RGB value is (90,107,15). Sum of RGB (Red+Green+Blue) = 90+107+15=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6B0F is #A594F0. Grayscale: #5B5B5B. Windows color (decimal): -10851569 or 1010522. OLE color: 1010522.

HSL color Cylindrical-coordinate representation of color #5A6B0F: hue angle of 71.09º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A6B0F is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 107 15 -
CMYK 0.16 0 0.86 0.58
HSL 71.09º 0.75% 0.24% -
HSV(B) 71.09º 0.86% 0.42% -
XYZ 9.56 12.72 2.4 -
YUV 91.43 84.87 126.98 -
System Red Green Blue C M Y K H S L
Decimal 90 107 15 0.16 0 0.86 0.58 71.09 0.75 0.24
Hex 5A 6B F 10 0 56 3A 47 4B 18
Octal 132 153 17 20 0 126 72 107 113 30
Binary 1011010 1101011 1111 10000 0 1010110 111010 1000111 1001011 11000

Color Harmonies of #5A6B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6B0F

Black with #5A6B0F

Text Example


Text Example

White with #5A6B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,107,15); }

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

background-color css

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

 a { background-color: rgb(90,107,15); }

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

border-color css

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

 span { border-color: rgb(90,107,15); }

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