Html Css Color HEX #699165 Hippie Green

📋 copy color: '#699165'

red 105 ◦ green 145 ◦ blue 101

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

Shades of Hippie Green #699165

Tints of Hippie Green #699165

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.31%

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

R = 29.91%
G = 41.31%
B = 28.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#699165 (or 0x699165) is known color: Hippie Green. HEX triplet: 69, 91 and 65. RGB value is (105,145,101). Sum of RGB (Red+Green+Blue) = 105+145+101=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #699165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699165 is #966E9A. Grayscale: #808080. Windows color (decimal): -9858715 or 6656361. OLE color: 6656361.

HSL color Cylindrical-coordinate representation of color #699165: hue angle of 114.55º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699165 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 145 101 -
CMYK 0.28 0 0.30 0.43
HSL 114.55º 0.18% 0.48% -
HSV(B) 114.55º 0.3% 0.57% -
XYZ 18.3 24.19 16.02 -
YUV 128.02 112.75 111.58 -
System Red Green Blue C M Y K H S L
Decimal 105 145 101 0.28 0 0.30 0.43 114.55 0.18 0.48
Hex 69 91 65 1C 0 1E 2B 73 12 30
Octal 151 221 145 34 0 36 53 163 22 60
Binary 1101001 10010001 1100101 11100 0 11110 101011 1110011 10010 110000

Color Harmonies of #699165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699165

Black with #699165

Text Example


Text Example

White with #699165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699165; }

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

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

background-color css

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

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

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

border-color css

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

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

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