Html Css Color HEX #698569 Laurel

📋 copy color: '#698569'

red 105 ◦ green 133 ◦ blue 105

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

Shades of Laurel #698569

Tints of Laurel #698569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.78%

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

R = 30.61%
G = 38.78%
B = 30.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#698569 (or 0x698569) is known color: Laurel. HEX triplet: 69, 85 and 69. RGB value is (105,133,105). Sum of RGB (Red+Green+Blue) = 105+133+105=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #698569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698569 is #967A96. Grayscale: #797979. Windows color (decimal): -9861783 or 6915433. OLE color: 6915433.

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

Color convert

RGB 105 133 105 -
CMYK 0.21 0 0.21 0.48
HSL 120º 0.12% 0.47% -
HSV(B) 120º 0.21% 0.52% -
XYZ 16.76 20.8 16.5 -
YUV 121.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 105 133 105 0.21 0 0.21 0.48 120 0.12 0.47
Hex 69 85 69 15 0 15 30 78 C 2F
Octal 151 205 151 25 0 25 60 170 14 57
Binary 1101001 10000101 1101001 10101 0 10101 110000 1111000 1100 101111

Color Harmonies of #698569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698569

Black with #698569

Text Example


Text Example

White with #698569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698569; }

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

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

background-color css

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

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

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

border-color css

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

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

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