Html Css Color HEX #699461 Hippie Green

📋 copy color: '#699461'

red 105 ◦ green 148 ◦ blue 97

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

Shades of Hippie Green #699461

Tints of Hippie Green #699461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.71%

R = 30%
G = 42.29%
B = 27.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#699461 (or 0x699461) is known color: Hippie Green. HEX triplet: 69, 94 and 61. RGB value is (105,148,97). Sum of RGB (Red+Green+Blue) = 105+148+97=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #699461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699461 is #966B9E. Grayscale: #818181. Windows color (decimal): -9857951 or 6394985. OLE color: 6394985.

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

Color convert

RGB 105 148 97 -
CMYK 0.29 0 0.34 0.42
HSL 110.59º 0.21% 0.48% -
HSV(B) 110.59º 0.34% 0.58% -
XYZ 18.57 25.05 15.16 -
YUV 129.33 109.75 110.65 -
System Red Green Blue C M Y K H S L
Decimal 105 148 97 0.29 0 0.34 0.42 110.59 0.21 0.48
Hex 69 94 61 1D 0 22 2A 6F 15 30
Octal 151 224 141 35 0 42 52 157 25 60
Binary 1101001 10010100 1100001 11101 0 100010 101010 1101111 10101 110000

Color Harmonies of #699461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699461

Black with #699461

Text Example


Text Example

White with #699461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699461; }

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

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

background-color css

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

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

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

border-color css

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

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

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