Html Css Color HEX #699062 Hippie Green

📋 copy color: '#699062'

red 105 ◦ green 144 ◦ blue 98

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

Shades of Hippie Green #699062

Tints of Hippie Green #699062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

 BLUE value IS 98 (38.67% from 255) = 28.24%

R = 30.26%
G = 41.5%
B = 28.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#699062 (or 0x699062) is known color: Hippie Green. HEX triplet: 69, 90 and 62. RGB value is (105,144,98). Sum of RGB (Red+Green+Blue) = 105+144+98=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #699062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699062 is #966F9D. Grayscale: #7F7F7F. Windows color (decimal): -9858974 or 6459497. OLE color: 6459497.

HSL color Cylindrical-coordinate representation of color #699062: hue angle of 110.87º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699062 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 98 -
CMYK 0.27 0 0.32 0.44
HSL 110.87º 0.19% 0.47% -
HSV(B) 110.87º 0.32% 0.56% -
XYZ 18 23.83 15.21 -
YUV 127.1 111.58 112.24 -
System Red Green Blue C M Y K H S L
Decimal 105 144 98 0.27 0 0.32 0.44 110.87 0.19 0.47
Hex 69 90 62 1B 0 20 2C 6F 13 2F
Octal 151 220 142 33 0 40 54 157 23 57
Binary 1101001 10010000 1100010 11011 0 100000 101100 1101111 10011 101111

Color Harmonies of #699062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699062

Black with #699062

Text Example


Text Example

White with #699062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699062; }

 p { color: rgb(105,144,98); }

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

background-color css

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

 a { background-color: rgb(105,144,98); }

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

border-color css

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

 span { border-color: rgb(105,144,98); }

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