Html Css Color HEX #698469 Laurel

📋 copy color: '#698469'

red 105 ◦ green 132 ◦ blue 105

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

Shades of Laurel #698469

Tints of Laurel #698469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.6%

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 30.7%
G = 38.6%
B = 30.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#698469 (or 0x698469) is known color: Laurel. HEX triplet: 69, 84 and 69. RGB value is (105,132,105). Sum of RGB (Red+Green+Blue) = 105+132+105=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #698469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698469 is #967B96. Grayscale: #787878. Windows color (decimal): -9862039 or 6915177. OLE color: 6915177.

HSL color Cylindrical-coordinate representation of color #698469: hue angle of 120º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698469 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 105 -
CMYK 0.20 0 0.20 0.48
HSL 120º 0.11% 0.46% -
HSV(B) 120º 0.2% 0.52% -
XYZ 16.63 20.53 16.45 -
YUV 120.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 105 132 105 0.20 0 0.20 0.48 120 0.11 0.46
Hex 69 84 69 14 0 14 30 78 B 2E
Octal 151 204 151 24 0 24 60 170 13 56
Binary 1101001 10000100 1101001 10100 0 10100 110000 1111000 1011 101110

Color Harmonies of #698469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698469

Black with #698469

Text Example


Text Example

White with #698469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698469; }

 p { color: rgb(105,132,105); }

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

background-color css

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

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

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

border-color css

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

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

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