Html Css Color HEX #699367 Laurel

📋 copy color: '#699367'

red 105 ◦ green 147 ◦ blue 103

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

Shades of Laurel #699367

Tints of Laurel #699367

RGB

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

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

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

R = 29.58%
G = 41.41%
B = 29.01%

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

#699367 (or 0x699367) is known color: Laurel. HEX triplet: 69, 93 and 67. RGB value is (105,147,103). Sum of RGB (Red+Green+Blue) = 105+147+103=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #699367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699367 is #966C98. Grayscale: #818181. Windows color (decimal): -9858201 or 6787945. OLE color: 6787945.

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

Color convert

RGB 105 147 103 -
CMYK 0.29 0 0.30 0.42
HSL 117.27º 0.18% 0.49% -
HSV(B) 117.27º 0.3% 0.58% -
XYZ 18.71 24.85 16.64 -
YUV 129.43 113.09 110.58 -
System Red Green Blue C M Y K H S L
Decimal 105 147 103 0.29 0 0.30 0.42 117.27 0.18 0.49
Hex 69 93 67 1D 0 1E 2A 75 12 31
Octal 151 223 147 35 0 36 52 165 22 61
Binary 1101001 10010011 1100111 11101 0 11110 101010 1110101 10010 110001

Color Harmonies of #699367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699367

Black with #699367

Text Example


Text Example

White with #699367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699367; }

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

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

background-color css

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

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

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

border-color css

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

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

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