Html Css Color HEX #5A751B Fiji Green

📋 copy color: '#5A751B'

red 90 ◦ green 117 ◦ blue 27

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

Shades of Fiji Green #5A751B

Tints of Fiji Green #5A751B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50%

 BLUE value IS 27 (10.94% from 255) = 11.54%

R = 38.46%
G = 50%
B = 11.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#5A751B (or 0x5A751B) is known color: Fiji Green. HEX triplet: 5A, 75 and 1B. RGB value is (90,117,27). Sum of RGB (Red+Green+Blue) = 90+117+27=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #5A751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A751B is #A58AE4. Grayscale: #636363. Windows color (decimal): -10848997 or 1799514. OLE color: 1799514.

HSL color Cylindrical-coordinate representation of color #5A751B: hue angle of 78º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A751B is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 117 27 -
CMYK 0.23 0 0.77 0.54
HSL 78º 0.63% 0.28% -
HSV(B) 78º 0.77% 0.46% -
XYZ 10.78 14.98 3.36 -
YUV 98.67 87.55 121.82 -
System Red Green Blue C M Y K H S L
Decimal 90 117 27 0.23 0 0.77 0.54 78 0.63 0.28
Hex 5A 75 1B 17 0 4D 36 4E 3E 1C
Octal 132 165 33 27 0 115 66 116 76 34
Binary 1011010 1110101 11011 10111 0 1001101 110110 1001110 111110 11100

Color Harmonies of #5A751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A751B

Black with #5A751B

Text Example


Text Example

White with #5A751B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,117,27); }

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

background-color css

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

 a { background-color: rgb(90,117,27); }

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

border-color css

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

 span { border-color: rgb(90,117,27); }

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