Html Css Color HEX #699370 Laurel

📋 copy color: '#699370'

red 105 ◦ green 147 ◦ blue 112

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

Shades of Laurel #699370

Tints of Laurel #699370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.38%

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

R = 28.85%
G = 40.38%
B = 30.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#699370 (or 0x699370) is known color: Laurel. HEX triplet: 69, 93 and 70. RGB value is (105,147,112). Sum of RGB (Red+Green+Blue) = 105+147+112=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #699370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699370 is #966C8F. Grayscale: #828282. Windows color (decimal): -9858192 or 7377769. OLE color: 7377769.

HSL color Cylindrical-coordinate representation of color #699370: hue angle of 130º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699370 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 147 112 -
CMYK 0.29 0 0.24 0.42
HSL 130º 0.17% 0.49% -
HSV(B) 130º 0.29% 0.58% -
XYZ 19.18 25.04 19.15 -
YUV 130.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 105 147 112 0.29 0 0.24 0.42 130 0.17 0.49
Hex 69 93 70 1D 0 18 2A 82 11 31
Octal 151 223 160 35 0 30 52 202 21 61
Binary 1101001 10010011 1110000 11101 0 11000 101010 10000010 10001 110001

Color Harmonies of #699370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699370

Black with #699370

Text Example


Text Example

White with #699370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699370; }

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

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

background-color css

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

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

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

border-color css

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

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

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