Html Css Color HEX #5C750E Fiji Green

📋 copy color: '#5C750E'

red 92 ◦ green 117 ◦ blue 14

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

Shades of Fiji Green #5C750E

Tints of Fiji Green #5C750E

RGB

 RED value IS 92 (36.33% from 255) = 41.26%

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

 BLUE value IS 14 (5.86% from 255) = 6.28%

R = 41.26%
G = 52.47%
B = 6.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#5C750E (or 0x5C750E) is known color: Fiji Green. HEX triplet: 5C, 75 and 0E. RGB value is (92,117,14). Sum of RGB (Red+Green+Blue) = 92+117+14=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #5C750E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C750E is #A38AF1. Grayscale: #626262. Windows color (decimal): -10717938 or 947548. OLE color: 947548.

HSL color Cylindrical-coordinate representation of color #5C750E: hue angle of 74.56º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C750E is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 117 14 -
CMYK 0.21 0 0.88 0.54
HSL 74.56º 0.79% 0.26% -
HSV(B) 74.56º 0.88% 0.46% -
XYZ 10.85 15.03 2.74 -
YUV 97.78 80.72 123.88 -
System Red Green Blue C M Y K H S L
Decimal 92 117 14 0.21 0 0.88 0.54 74.56 0.79 0.26
Hex 5C 75 E 15 0 58 36 4B 4F 1A
Octal 134 165 16 25 0 130 66 113 117 32
Binary 1011100 1110101 1110 10101 0 1011000 110110 1001011 1001111 11010

Color Harmonies of #5C750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C750E

Black with #5C750E

Text Example


Text Example

White with #5C750E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,117,14); }

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

background-color css

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

 a { background-color: rgb(92,117,14); }

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

border-color css

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

 span { border-color: rgb(92,117,14); }

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