Html Css Color HEX #698F70 Laurel

📋 copy color: '#698F70'

red 105 ◦ green 143 ◦ blue 112

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

Shades of Laurel #698F70

Tints of Laurel #698F70

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.72%

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

R = 29.17%
G = 39.72%
B = 31.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#698F70 (or 0x698F70) is known color: Laurel. HEX triplet: 69, 8F and 70. RGB value is (105,143,112). Sum of RGB (Red+Green+Blue) = 105+143+112=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 143 - color contains mainly: green. Hex color #698F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698F70 is #96708F. Grayscale: #808080. Windows color (decimal): -9859216 or 7376745. OLE color: 7376745.

HSL color Cylindrical-coordinate representation of color #698F70: hue angle of 131.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #698F70 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 143 112 -
CMYK 0.27 0 0.22 0.44
HSL 131.05º 0.15% 0.49% -
HSV(B) 131.05º 0.27% 0.56% -
XYZ 18.57 23.82 18.95 -
YUV 128.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 105 143 112 0.27 0 0.22 0.44 131.05 0.15 0.49
Hex 69 8F 70 1B 0 16 2C 83 F 31
Octal 151 217 160 33 0 26 54 203 17 61
Binary 1101001 10001111 1110000 11011 0 10110 101100 10000011 1111 110001

Color Harmonies of #698F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698F70

Black with #698F70

Text Example


Text Example

White with #698F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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