Html Css Color HEX #698C6E Laurel

📋 copy color: '#698C6E'

red 105 ◦ green 140 ◦ blue 110

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

Shades of Laurel #698C6E

Tints of Laurel #698C6E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.44%

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 29.58%
G = 39.44%
B = 30.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#698C6E (or 0x698C6E) is known color: Laurel. HEX triplet: 69, 8C and 6E. RGB value is (105,140,110). Sum of RGB (Red+Green+Blue) = 105+140+110=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 140 - color contains mainly: green. Hex color #698C6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698C6E is #967391. Grayscale: #7E7E7E. Windows color (decimal): -9859986 or 7244905. OLE color: 7244905.

HSL color Cylindrical-coordinate representation of color #698C6E: hue angle of 128.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #698C6E is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 140 110 -
CMYK 0.25 0 0.21 0.45
HSL 128.57º 0.14% 0.48% -
HSV(B) 128.57º 0.25% 0.55% -
XYZ 18.02 22.89 18.22 -
YUV 126.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 105 140 110 0.25 0 0.21 0.45 128.57 0.14 0.48
Hex 69 8C 6E 19 0 15 2D 81 E 30
Octal 151 214 156 31 0 25 55 201 16 60
Binary 1101001 10001100 1101110 11001 0 10101 101101 10000001 1110 110000

Color Harmonies of #698C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698C6E

Black with #698C6E

Text Example


Text Example

White with #698C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698C6E; }

 p { color: rgb(105,140,110); }

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

background-color css

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

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

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

border-color css

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

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

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