Html Css Color HEX #699F65 Hippie Green

📋 copy color: '#699F65'

red 105 ◦ green 159 ◦ blue 101

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

Shades of Hippie Green #699F65

Tints of Hippie Green #699F65

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.56%

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

R = 28.77%
G = 43.56%
B = 27.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#699F65 (or 0x699F65) is known color: Hippie Green. HEX triplet: 69, 9F and 65. RGB value is (105,159,101). Sum of RGB (Red+Green+Blue) = 105+159+101=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #699F65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F65 is #96609A. Grayscale: #888888. Windows color (decimal): -9855131 or 6659945. OLE color: 6659945.

HSL color Cylindrical-coordinate representation of color #699F65: hue angle of 115.86º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #699F65 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 159 101 -
CMYK 0.34 0 0.36 0.38
HSL 115.86º 0.23% 0.51% -
HSV(B) 115.86º 0.36% 0.62% -
XYZ 20.57 28.74 16.77 -
YUV 136.24 108.11 105.72 -
System Red Green Blue C M Y K H S L
Decimal 105 159 101 0.34 0 0.36 0.38 115.86 0.23 0.51
Hex 69 9F 65 22 0 24 26 74 17 33
Octal 151 237 145 42 0 44 46 164 27 63
Binary 1101001 10011111 1100101 100010 0 100100 100110 1110100 10111 110011

Color Harmonies of #699F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699F65

Black with #699F65

Text Example


Text Example

White with #699F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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