Html Css Color HEX #699E67 Laurel

📋 copy color: '#699E67'

red 105 ◦ green 158 ◦ blue 103

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

Shades of Laurel #699E67

Tints of Laurel #699E67

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.17%

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

R = 28.69%
G = 43.17%
B = 28.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#699E67 (or 0x699E67) is known color: Laurel. HEX triplet: 69, 9E and 67. RGB value is (105,158,103). Sum of RGB (Red+Green+Blue) = 105+158+103=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #699E67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E67 is #966198. Grayscale: #888888. Windows color (decimal): -9855385 or 6790761. OLE color: 6790761.

HSL color Cylindrical-coordinate representation of color #699E67: hue angle of 117.82º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #699E67 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 158 103 -
CMYK 0.34 0 0.35 0.38
HSL 117.82º 0.22% 0.51% -
HSV(B) 117.82º 0.35% 0.62% -
XYZ 20.5 28.44 17.24 -
YUV 135.88 109.44 105.97 -
System Red Green Blue C M Y K H S L
Decimal 105 158 103 0.34 0 0.35 0.38 117.82 0.22 0.51
Hex 69 9E 67 22 0 23 26 76 16 33
Octal 151 236 147 42 0 43 46 166 26 63
Binary 1101001 10011110 1100111 100010 0 100011 100110 1110110 10110 110011

Color Harmonies of #699E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E67

Black with #699E67

Text Example


Text Example

White with #699E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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