Html Css Color HEX #698570 Laurel

📋 copy color: '#698570'

red 105 ◦ green 133 ◦ blue 112

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

Shades of Laurel #698570

Tints of Laurel #698570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32%

R = 30%
G = 38%
B = 32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#698570 (or 0x698570) is known color: Laurel. HEX triplet: 69, 85 and 70. RGB value is (105,133,112). Sum of RGB (Red+Green+Blue) = 105+133+112=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #698570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698570 is #967A8F. Grayscale: #7A7A7A. Windows color (decimal): -9861776 or 7374185. OLE color: 7374185.

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

Color convert

RGB 105 133 112 -
CMYK 0.21 0 0.16 0.48
HSL 135º 0.12% 0.47% -
HSV(B) 135º 0.21% 0.52% -
XYZ 17.14 20.95 18.47 -
YUV 122.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 105 133 112 0.21 0 0.16 0.48 135 0.12 0.47
Hex 69 85 70 15 0 10 30 87 C 2F
Octal 151 205 160 25 0 20 60 207 14 57
Binary 1101001 10000101 1110000 10101 0 10000 110000 10000111 1100 101111

Color Harmonies of #698570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698570

Black with #698570

Text Example


Text Example

White with #698570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698570; }

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

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

background-color css

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

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

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

border-color css

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

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

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