Html Css Color HEX #699365 Hippie Green

📋 copy color: '#699365'

red 105 ◦ green 147 ◦ blue 101

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

Shades of Hippie Green #699365

Tints of Hippie Green #699365

RGB

 RED value IS 105 (41.41% from 255) = 29.75%

 GREEN value IS 147 (57.81% from 255) = 41.64%

 BLUE value IS 101 (39.84% from 255) = 28.61%

R = 29.75%
G = 41.64%
B = 28.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#699365 (or 0x699365) is known color: Hippie Green. HEX triplet: 69, 93 and 65. RGB value is (105,147,101). Sum of RGB (Red+Green+Blue) = 105+147+101=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #699365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699365 is #966C9A. Grayscale: #818181. Windows color (decimal): -9858203 or 6656873. OLE color: 6656873.

HSL color Cylindrical-coordinate representation of color #699365: hue angle of 114.78º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699365 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 147 101 -
CMYK 0.29 0 0.31 0.42
HSL 114.78º 0.19% 0.49% -
HSV(B) 114.78º 0.31% 0.58% -
XYZ 18.61 24.81 16.12 -
YUV 129.2 112.09 110.74 -
System Red Green Blue C M Y K H S L
Decimal 105 147 101 0.29 0 0.31 0.42 114.78 0.19 0.49
Hex 69 93 65 1D 0 1F 2A 73 13 31
Octal 151 223 145 35 0 37 52 163 23 61
Binary 1101001 10010011 1100101 11101 0 11111 101010 1110011 10011 110001

Color Harmonies of #699365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699365

Black with #699365

Text Example


Text Example

White with #699365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699365; }

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

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

background-color css

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

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

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

border-color css

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

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

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