Html Css Color HEX #699465 Hippie Green

📋 copy color: '#699465'

red 105 ◦ green 148 ◦ blue 101

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

Shades of Hippie Green #699465

Tints of Hippie Green #699465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.81%

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

R = 29.66%
G = 41.81%
B = 28.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#699465 (or 0x699465) is known color: Hippie Green. HEX triplet: 69, 94 and 65. RGB value is (105,148,101). Sum of RGB (Red+Green+Blue) = 105+148+101=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #699465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699465 is #966B9A. Grayscale: #818181. Windows color (decimal): -9857947 or 6657129. OLE color: 6657129.

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

Color convert

RGB 105 148 101 -
CMYK 0.29 0 0.32 0.42
HSL 114.89º 0.19% 0.49% -
HSV(B) 114.89º 0.32% 0.58% -
XYZ 18.76 25.12 16.17 -
YUV 129.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 105 148 101 0.29 0 0.32 0.42 114.89 0.19 0.49
Hex 69 94 65 1D 0 20 2A 73 13 31
Octal 151 224 145 35 0 40 52 163 23 61
Binary 1101001 10010100 1100101 11101 0 100000 101010 1110011 10011 110001

Color Harmonies of #699465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699465

Black with #699465

Text Example


Text Example

White with #699465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699465; }

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

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

background-color css

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

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

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

border-color css

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

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

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