Html Css Color HEX #5A7E0F Fiji Green

📋 copy color: '#5A7E0F'

red 90 ◦ green 126 ◦ blue 15

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

Shades of Fiji Green #5A7E0F

Tints of Fiji Green #5A7E0F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 54.55%

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

R = 38.96%
G = 54.55%
B = 6.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#5A7E0F (or 0x5A7E0F) is known color: Fiji Green. HEX triplet: 5A, 7E and 0F. RGB value is (90,126,15). Sum of RGB (Red+Green+Blue) = 90+126+15=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 126 (49.61% from 255 or 54.55% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 126 - color contains mainly: green. Hex color #5A7E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7E0F is #A581F0. Grayscale: #666666. Windows color (decimal): -10846705 or 1015386. OLE color: 1015386.

HSL color Cylindrical-coordinate representation of color #5A7E0F: hue angle of 79.46º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A7E0F is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 126 15 -
CMYK 0.29 0 0.88 0.51
HSL 79.46º 0.79% 0.28% -
HSV(B) 79.46º 0.88% 0.49% -
XYZ 11.76 17.13 3.14 -
YUV 102.58 78.57 119.03 -
System Red Green Blue C M Y K H S L
Decimal 90 126 15 0.29 0 0.88 0.51 79.46 0.79 0.28
Hex 5A 7E F 1D 0 58 33 4F 4F 1C
Octal 132 176 17 35 0 130 63 117 117 34
Binary 1011010 1111110 1111 11101 0 1011000 110011 1001111 1001111 11100

Color Harmonies of #5A7E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7E0F

Black with #5A7E0F

Text Example


Text Example

White with #5A7E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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