Html Css Color HEX #5E925F Hippie Green

📋 copy color: '#5E925F'

red 94 ◦ green 146 ◦ blue 95

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

Shades of Hippie Green #5E925F

Tints of Hippie Green #5E925F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.58%

 BLUE value IS 95 (37.5% from 255) = 28.36%

R = 28.06%
G = 43.58%
B = 28.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#5E925F (or 0x5E925F) is known color: Hippie Green. HEX triplet: 5E, 92 and 5F. RGB value is (94,146,95). Sum of RGB (Red+Green+Blue) = 94+146+95=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #5E925F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E925F is #A16DA0. Grayscale: #7C7C7C. Windows color (decimal): -10579361 or 6263390. OLE color: 6263390.

HSL color Cylindrical-coordinate representation of color #5E925F: hue angle of 121.15º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E925F is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 146 95 -
CMYK 0.36 0 0.35 0.43
HSL 121.15º 0.22% 0.47% -
HSV(B) 121.15º 0.36% 0.57% -
XYZ 16.96 23.76 14.52 -
YUV 124.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 94 146 95 0.36 0 0.35 0.43 121.15 0.22 0.47
Hex 5E 92 5F 24 0 23 2B 79 16 2F
Octal 136 222 137 44 0 43 53 171 26 57
Binary 1011110 10010010 1011111 100100 0 100011 101011 1111001 10110 101111

Color Harmonies of #5E925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E925F

Black with #5E925F

Text Example


Text Example

White with #5E925F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,146,95); }

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

background-color css

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

 a { background-color: rgb(94,146,95); }

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

border-color css

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

 span { border-color: rgb(94,146,95); }

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