#69935B

Color #69935B Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #69935B

Tints of Hippie Green #69935B

Color information

#69935B (or 0x69935B) is unknown color: approx Hippie Green. HEX triplet: 69, 93 and 5B. RGB value is (105,147,91). Sum of RGB (Red+Green+Blue) = 105+147+91=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #69935B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69935B is #966CA4. Grayscale: #808080. Windows color (decimal): -9858213 or 6001513. OLE color: 6001513.

HSL color Cylindrical-coordinate representation of color #69935B: hue angle of 105º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69935B is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB10514791-
CMYK0.2900.380.42
HSL105º23.53%46.67%-
HSV(B)105º38.1%57.65%-
XYZ18.1524.6313.69-
YUV128.06107.09111.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.61%
GREEN value IS 147 (57.81% from 255) = 42.86%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=30.61%
G=42.86%
B=26.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105147910.2900.380.4210523.5346.67
Hex69935B1D0262A69182f
Octal15122313335046521513057
Binary1101001100100111011011111010100110101010110100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69935B; }

 p { color: rgb(105,147,91); }

 H1.HeaderClassName
 {
   color: #69935B;
 }
 .AnyTagClassName
 {
   color: #69935B;
 }
</style>
background-color css

<style>
 a { background-color: #69935B; }

 a { background-color: rgb(105,147,91); }

 div.DivClassName
 {
   background-color: #69935B;
 }
 .BgClassName
 {
   background-color: #69935B;
 }
</style>
border-color css

<style>
 span { border-color: #69935B; }

 span { border-color: rgb(105,147,91); }

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