Html Css Color HEX #699270 Laurel

📋 copy color: '#699270'

red 105 ◦ green 146 ◦ blue 112

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

Shades of Laurel #699270

Tints of Laurel #699270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.22%

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

R = 28.93%
G = 40.22%
B = 30.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#699270 (or 0x699270) is known color: Laurel. HEX triplet: 69, 92 and 70. RGB value is (105,146,112). Sum of RGB (Red+Green+Blue) = 105+146+112=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #699270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699270 is #966D8F. Grayscale: #818181. Windows color (decimal): -9858448 or 7377513. OLE color: 7377513.

HSL color Cylindrical-coordinate representation of color #699270: hue angle of 130.24º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699270 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 146 112 -
CMYK 0.28 0 0.23 0.43
HSL 130.24º 0.16% 0.49% -
HSV(B) 130.24º 0.28% 0.57% -
XYZ 19.03 24.73 19.1 -
YUV 129.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 105 146 112 0.28 0 0.23 0.43 130.24 0.16 0.49
Hex 69 92 70 1C 0 17 2B 82 10 31
Octal 151 222 160 34 0 27 53 202 20 61
Binary 1101001 10010010 1110000 11100 0 10111 101011 10000010 10000 110001

Color Harmonies of #699270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699270

Black with #699270

Text Example


Text Example

White with #699270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699270; }

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

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

background-color css

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

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

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

border-color css

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

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

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