Html Css Color HEX #698268 Laurel

📋 copy color: '#698268'

red 105 ◦ green 130 ◦ blue 104

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

Shades of Laurel #698268

Tints of Laurel #698268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

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

R = 30.97%
G = 38.35%
B = 30.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#698268 (or 0x698268) is known color: Laurel. HEX triplet: 69, 82 and 68. RGB value is (105,130,104). Sum of RGB (Red+Green+Blue) = 105+130+104=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #698268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698268 is #967D97. Grayscale: #777777. Windows color (decimal): -9862552 or 6849129. OLE color: 6849129.

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

Color convert

RGB 105 130 104 -
CMYK 0.19 0 0.2 0.49
HSL 117.69º 0.11% 0.46% -
HSV(B) 117.69º 0.2% 0.51% -
XYZ 16.31 19.97 16.09 -
YUV 119.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 105 130 104 0.19 0 0.2 0.49 117.69 0.11 0.46
Hex 69 82 68 13 0 14 31 76 B 2E
Octal 151 202 150 23 0 24 61 166 13 56
Binary 1101001 10000010 1101000 10011 0 10100 110001 1110110 1011 101110

Color Harmonies of #698268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698268

Black with #698268

Text Example


Text Example

White with #698268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698268; }

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

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

background-color css

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

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

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

border-color css

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

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

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