#699954

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

Shades of Hippie Green #699954

Tints of Hippie Green #699954

Color information

#699954 (or 0x699954) is unknown color: approx Hippie Green. HEX triplet: 69, 99 and 54. RGB value is (105,153,84). Sum of RGB (Red+Green+Blue) = 105+153+84=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #699954 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699954 is #9666AB. Grayscale: #838383. Windows color (decimal): -9856684 or 5544297. OLE color: 5544297.

HSL color Cylindrical-coordinate representation of color #699954: hue angle of 101.74º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #699954 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB10515384-
CMYK0.3100.450.4
HSL101.74º29.11%46.47%-
HSV(B)101.74º45.1%60%-
XYZ18.8226.4312.5-
YUV130.78101.6109.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 84 (33.20% from 255) = 24.56%
R=30.70%
G=44.74%
B=24.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105153840.3100.450.4101.7429.1146.47
Hex6999541F02D28661d2e
Octal15123112437055501463556
Binary1101001100110011010100111110101101101000110011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699954; }

 p { color: rgb(105,153,84); }

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

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

 a { background-color: rgb(105,153,84); }

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

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

 span { border-color: rgb(105,153,84); }

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