Html Css Color HEX #699D68 Laurel

📋 copy color: '#699D68'

red 105 ◦ green 157 ◦ blue 104

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

Shades of Laurel #699D68

Tints of Laurel #699D68

RGB

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

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

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

R = 28.69%
G = 42.9%
B = 28.42%

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

#699D68 (or 0x699D68) is known color: Laurel. HEX triplet: 69, 9D and 68. RGB value is (105,157,104). Sum of RGB (Red+Green+Blue) = 105+157+104=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #699D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D68 is #966297. Grayscale: #878787. Windows color (decimal): -9855640 or 6856041. OLE color: 6856041.

HSL color Cylindrical-coordinate representation of color #699D68: hue angle of 118.87º degrees, saturation: 0.21, 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 #699D68 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 157 104 -
CMYK 0.33 0 0.34 0.38
HSL 118.87º 0.21% 0.51% -
HSV(B) 118.87º 0.34% 0.62% -
XYZ 20.38 28.12 17.45 -
YUV 135.41 110.27 106.31 -
System Red Green Blue C M Y K H S L
Decimal 105 157 104 0.33 0 0.34 0.38 118.87 0.21 0.51
Hex 69 9D 68 21 0 22 26 77 15 33
Octal 151 235 150 41 0 42 46 167 25 63
Binary 1101001 10011101 1101000 100001 0 100010 100110 1110111 10101 110011

Color Harmonies of #699D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D68

Black with #699D68

Text Example


Text Example

White with #699D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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