Html Css Color HEX #699D67 Laurel

📋 copy color: '#699D67'

red 105 ◦ green 157 ◦ blue 103

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

Shades of Laurel #699D67

Tints of Laurel #699D67

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.01%

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

R = 28.77%
G = 43.01%
B = 28.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#699D67 (or 0x699D67) is known color: Laurel. HEX triplet: 69, 9D and 67. RGB value is (105,157,103). Sum of RGB (Red+Green+Blue) = 105+157+103=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #699D67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D67 is #966298. Grayscale: #878787. Windows color (decimal): -9855641 or 6790505. OLE color: 6790505.

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

Color convert

RGB 105 157 103 -
CMYK 0.33 0 0.34 0.38
HSL 117.78º 0.22% 0.51% -
HSV(B) 117.78º 0.34% 0.62% -
XYZ 20.33 28.1 17.18 -
YUV 135.3 109.77 106.39 -
System Red Green Blue C M Y K H S L
Decimal 105 157 103 0.33 0 0.34 0.38 117.78 0.22 0.51
Hex 69 9D 67 21 0 22 26 76 16 33
Octal 151 235 147 41 0 42 46 166 26 63
Binary 1101001 10011101 1100111 100001 0 100010 100110 1110110 10110 110011

Color Harmonies of #699D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D67

Black with #699D67

Text Example


Text Example

White with #699D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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