Html Css Color HEX #5E7E0C Fiji Green

📋 copy color: '#5E7E0C'

red 94 ◦ green 126 ◦ blue 12

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

Shades of Fiji Green #5E7E0C

Tints of Fiji Green #5E7E0C

RGB

 RED value IS 94 (37.11% from 255) = 40.52%

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

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 40.52%
G = 54.31%
B = 5.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#5E7E0C (or 0x5E7E0C) is known color: Fiji Green. HEX triplet: 5E, 7E and 0C. RGB value is (94,126,12). Sum of RGB (Red+Green+Blue) = 94+126+12=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 126 (49.61% from 255 or 54.31% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 126 - color contains mainly: green. Hex color #5E7E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7E0C is #A181F3. Grayscale: #676767. Windows color (decimal): -10584564 or 818782. OLE color: 818782.

HSL color Cylindrical-coordinate representation of color #5E7E0C: hue angle of 76.84º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E7E0C is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 126 12 -
CMYK 0.25 0 0.90 0.51
HSL 76.84º 0.83% 0.27% -
HSV(B) 76.84º 0.9% 0.49% -
XYZ 12.14 17.33 3.05 -
YUV 103.44 76.4 121.27 -
System Red Green Blue C M Y K H S L
Decimal 94 126 12 0.25 0 0.90 0.51 76.84 0.83 0.27
Hex 5E 7E C 19 0 5A 33 4D 53 1B
Octal 136 176 14 31 0 132 63 115 123 33
Binary 1011110 1111110 1100 11001 0 1011010 110011 1001101 1010011 11011

Color Harmonies of #5E7E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7E0C

Black with #5E7E0C

Text Example


Text Example

White with #5E7E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,126,12); }

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

background-color css

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

 a { background-color: rgb(94,126,12); }

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

border-color css

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

 span { border-color: rgb(94,126,12); }

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