Html Css Color HEX #698A6C Laurel

📋 copy color: '#698A6C'

red 105 ◦ green 138 ◦ blue 108

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

Shades of Laurel #698A6C

Tints of Laurel #698A6C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.32%

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 29.91%
G = 39.32%
B = 30.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#698A6C (or 0x698A6C) is known color: Laurel. HEX triplet: 69, 8A and 6C. RGB value is (105,138,108). Sum of RGB (Red+Green+Blue) = 105+138+108=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 138 - color contains mainly: green. Hex color #698A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698A6C is #967593. Grayscale: #7C7C7C. Windows color (decimal): -9860500 or 7113321. OLE color: 7113321.

HSL color Cylindrical-coordinate representation of color #698A6C: hue angle of 125.45º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698A6C is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 138 108 -
CMYK 0.24 0 0.22 0.46
HSL 125.45º 0.14% 0.48% -
HSV(B) 125.45º 0.24% 0.54% -
XYZ 17.62 22.26 17.56 -
YUV 124.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 105 138 108 0.24 0 0.22 0.46 125.45 0.14 0.48
Hex 69 8A 6C 18 0 16 2E 7D E 30
Octal 151 212 154 30 0 26 56 175 16 60
Binary 1101001 10001010 1101100 11000 0 10110 101110 1111101 1110 110000

Color Harmonies of #698A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698A6C

Black with #698A6C

Text Example


Text Example

White with #698A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,138,108); }

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

background-color css

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

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

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

border-color css

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

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

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