Html Css Color HEX #699455 Hippie Green

📋 copy color: '#699455'

red 105 ◦ green 148 ◦ blue 85

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

Shades of Hippie Green #699455

Tints of Hippie Green #699455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.15%

R = 31.07%
G = 43.79%
B = 25.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#699455 (or 0x699455) is known color: Hippie Green. HEX triplet: 69, 94 and 55. RGB value is (105,148,85). Sum of RGB (Red+Green+Blue) = 105+148+85=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #699455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699455 is #966BAA. Grayscale: #808080. Windows color (decimal): -9857963 or 5608553. OLE color: 5608553.

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

Color convert

RGB 105 148 85 -
CMYK 0.29 0 0.43 0.42
HSL 100.95º 0.27% 0.46% -
HSV(B) 100.95º 0.43% 0.58% -
XYZ 18.06 24.84 12.44 -
YUV 127.96 103.75 111.62 -
System Red Green Blue C M Y K H S L
Decimal 105 148 85 0.29 0 0.43 0.42 100.95 0.27 0.46
Hex 69 94 55 1D 0 2B 2A 65 1B 2E
Octal 151 224 125 35 0 53 52 145 33 56
Binary 1101001 10010100 1010101 11101 0 101011 101010 1100101 11011 101110

Color Harmonies of #699455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699455

Black with #699455

Text Example


Text Example

White with #699455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699455; }

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

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

background-color css

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

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

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

border-color css

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

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

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