Html Css Color HEX #698568 Laurel

📋 copy color: '#698568'

red 105 ◦ green 133 ◦ blue 104

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

Shades of Laurel #698568

Tints of Laurel #698568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 30.7%
G = 38.89%
B = 30.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#698568 (or 0x698568) is known color: Laurel. HEX triplet: 69, 85 and 68. RGB value is (105,133,104). Sum of RGB (Red+Green+Blue) = 105+133+104=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #698568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698568 is #967A97. Grayscale: #797979. Windows color (decimal): -9861784 or 6849897. OLE color: 6849897.

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

Color convert

RGB 105 133 104 -
CMYK 0.21 0 0.22 0.48
HSL 117.93º 0.12% 0.46% -
HSV(B) 117.93º 0.22% 0.52% -
XYZ 16.71 20.78 16.23 -
YUV 121.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 105 133 104 0.21 0 0.22 0.48 117.93 0.12 0.46
Hex 69 85 68 15 0 16 30 76 C 2E
Octal 151 205 150 25 0 26 60 166 14 56
Binary 1101001 10000101 1101000 10101 0 10110 110000 1110110 1100 101110

Color Harmonies of #698568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698568

Black with #698568

Text Example


Text Example

White with #698568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698568; }

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

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

background-color css

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

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

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

border-color css

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

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

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