Html Css Color HEX #698266 Hippie Green

📋 copy color: '#698266'

red 105 ◦ green 130 ◦ blue 102

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

Shades of Hippie Green #698266

Tints of Hippie Green #698266

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.58%

 BLUE value IS 102 (40.23% from 255) = 30.27%

R = 31.16%
G = 38.58%
B = 30.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#698266 (or 0x698266) is known color: Hippie Green. HEX triplet: 69, 82 and 66. RGB value is (105,130,102). Sum of RGB (Red+Green+Blue) = 105+130+102=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #698266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698266 is #967D99. Grayscale: #777777. Windows color (decimal): -9862554 or 6718057. OLE color: 6718057.

HSL color Cylindrical-coordinate representation of color #698266: hue angle of 113.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #698266 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 102 -
CMYK 0.19 0 0.22 0.49
HSL 113.57º 0.12% 0.45% -
HSV(B) 113.57º 0.22% 0.51% -
XYZ 16.21 19.93 15.56 -
YUV 119.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 105 130 102 0.19 0 0.22 0.49 113.57 0.12 0.45
Hex 69 82 66 13 0 16 31 72 C 2D
Octal 151 202 146 23 0 26 61 162 14 55
Binary 1101001 10000010 1100110 10011 0 10110 110001 1110010 1100 101101

Color Harmonies of #698266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698266

Black with #698266

Text Example


Text Example

White with #698266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698266; }

 p { color: rgb(105,130,102); }

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

background-color css

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

 a { background-color: rgb(105,130,102); }

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

border-color css

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

 span { border-color: rgb(105,130,102); }

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