Html Css Color HEX #698C65 Hippie Green

📋 copy color: '#698C65'

red 105 ◦ green 140 ◦ blue 101

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

Shades of Hippie Green #698C65

Tints of Hippie Green #698C65

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.46%

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

R = 30.35%
G = 40.46%
B = 29.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#698C65 (or 0x698C65) is known color: Hippie Green. HEX triplet: 69, 8C and 65. RGB value is (105,140,101). Sum of RGB (Red+Green+Blue) = 105+140+101=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 140 - color contains mainly: green. Hex color #698C65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698C65 is #96739A. Grayscale: #7D7D7D. Windows color (decimal): -9859995 or 6655081. OLE color: 6655081.

HSL color Cylindrical-coordinate representation of color #698C65: hue angle of 113.85º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #698C65 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 140 101 -
CMYK 0.25 0 0.28 0.45
HSL 113.85º 0.16% 0.47% -
HSV(B) 113.85º 0.28% 0.55% -
XYZ 17.55 22.7 15.77 -
YUV 125.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 105 140 101 0.25 0 0.28 0.45 113.85 0.16 0.47
Hex 69 8C 65 19 0 1C 2D 72 10 2F
Octal 151 214 145 31 0 34 55 162 20 57
Binary 1101001 10001100 1100101 11001 0 11100 101101 1110010 10000 101111

Color Harmonies of #698C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698C65

Black with #698C65

Text Example


Text Example

White with #698C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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