Html Css Color HEX #699468 Laurel

📋 copy color: '#699468'

red 105 ◦ green 148 ◦ blue 104

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

Shades of Laurel #699468

Tints of Laurel #699468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.13%

R = 29.41%
G = 41.46%
B = 29.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#699468 (or 0x699468) is known color: Laurel. HEX triplet: 69, 94 and 68. RGB value is (105,148,104). Sum of RGB (Red+Green+Blue) = 105+148+104=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #699468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699468 is #966B97. Grayscale: #828282. Windows color (decimal): -9857944 or 6853737. OLE color: 6853737.

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

Color convert

RGB 105 148 104 -
CMYK 0.29 0 0.30 0.42
HSL 118.64º 0.17% 0.49% -
HSV(B) 118.64º 0.3% 0.58% -
XYZ 18.91 25.18 16.96 -
YUV 130.13 113.25 110.08 -
System Red Green Blue C M Y K H S L
Decimal 105 148 104 0.29 0 0.30 0.42 118.64 0.17 0.49
Hex 69 94 68 1D 0 1E 2A 77 11 31
Octal 151 224 150 35 0 36 52 167 21 61
Binary 1101001 10010100 1101000 11101 0 11110 101010 1110111 10001 110001

Color Harmonies of #699468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699468

Black with #699468

Text Example


Text Example

White with #699468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699468; }

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

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

background-color css

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

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

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

border-color css

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

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

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