Html Css Color HEX #698269 Laurel

📋 copy color: '#698269'

red 105 ◦ green 130 ◦ blue 105

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

Shades of Laurel #698269

Tints of Laurel #698269

RGB

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

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

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

R = 30.88%
G = 38.24%
B = 30.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#698269 (or 0x698269) is known color: Laurel. HEX triplet: 69, 82 and 69. RGB value is (105,130,105). Sum of RGB (Red+Green+Blue) = 105+130+105=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #698269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698269 is #967D96. Grayscale: #777777. Windows color (decimal): -9862551 or 6914665. OLE color: 6914665.

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

Color convert

RGB 105 130 105 -
CMYK 0.19 0 0.19 0.49
HSL 120º 0.11% 0.46% -
HSV(B) 120º 0.19% 0.51% -
XYZ 16.36 19.99 16.36 -
YUV 119.68 119.72 117.53 -
System Red Green Blue C M Y K H S L
Decimal 105 130 105 0.19 0 0.19 0.49 120 0.11 0.46
Hex 69 82 69 13 0 13 31 78 B 2E
Octal 151 202 151 23 0 23 61 170 13 56
Binary 1101001 10000010 1101001 10011 0 10011 110001 1111000 1011 101110

Color Harmonies of #698269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698269

Black with #698269

Text Example


Text Example

White with #698269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698269; }

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

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

background-color css

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

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

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

border-color css

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

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

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