Html Css Color HEX #699470 Laurel

📋 copy color: '#699470'

red 105 ◦ green 148 ◦ blue 112

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

Shades of Laurel #699470

Tints of Laurel #699470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.55%

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

R = 28.77%
G = 40.55%
B = 30.68%

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

#699470 (or 0x699470) is known color: Laurel. HEX triplet: 69, 94 and 70. RGB value is (105,148,112). Sum of RGB (Red+Green+Blue) = 105+148+112=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #699470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699470 is #966B8F. Grayscale: #838383. Windows color (decimal): -9857936 or 7378025. OLE color: 7378025.

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

Color convert

RGB 105 148 112 -
CMYK 0.29 0 0.24 0.42
HSL 129.77º 0.17% 0.5% -
HSV(B) 129.77º 0.29% 0.58% -
XYZ 19.34 25.35 19.2 -
YUV 131.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 105 148 112 0.29 0 0.24 0.42 129.77 0.17 0.5
Hex 69 94 70 1D 0 18 2A 82 11 32
Octal 151 224 160 35 0 30 52 202 21 62
Binary 1101001 10010100 1110000 11101 0 11000 101010 10000010 10001 110010

Color Harmonies of #699470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699470

Black with #699470

Text Example


Text Example

White with #699470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699470; }

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

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

background-color css

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

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

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

border-color css

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

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

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