Html Css Color HEX #699467 Laurel

📋 copy color: '#699467'

red 105 ◦ green 148 ◦ blue 103

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

Shades of Laurel #699467

Tints of Laurel #699467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.93%

R = 29.49%
G = 41.57%
B = 28.93%

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

#699467 (or 0x699467) is known color: Laurel. HEX triplet: 69, 94 and 67. RGB value is (105,148,103). Sum of RGB (Red+Green+Blue) = 105+148+103=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #699467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699467 is #966B98. Grayscale: #828282. Windows color (decimal): -9857945 or 6788201. OLE color: 6788201.

HSL color Cylindrical-coordinate representation of color #699467: hue angle of 117.33º degrees, saturation: 0.18, 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 #699467 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 103 -
CMYK 0.29 0 0.30 0.42
HSL 117.33º 0.18% 0.49% -
HSV(B) 117.33º 0.3% 0.58% -
XYZ 18.86 25.16 16.69 -
YUV 130.01 112.75 110.16 -
System Red Green Blue C M Y K H S L
Decimal 105 148 103 0.29 0 0.30 0.42 117.33 0.18 0.49
Hex 69 94 67 1D 0 1E 2A 75 12 31
Octal 151 224 147 35 0 36 52 165 22 61
Binary 1101001 10010100 1100111 11101 0 11110 101010 1110101 10010 110001

Color Harmonies of #699467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699467

Black with #699467

Text Example


Text Example

White with #699467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699467; }

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

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

background-color css

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

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

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

border-color css

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

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

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