Html Css Color HEX #699D6B Laurel

📋 copy color: '#699D6B'

red 105 ◦ green 157 ◦ blue 107

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

Shades of Laurel #699D6B

Tints of Laurel #699D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29%

R = 28.46%
G = 42.55%
B = 29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#699D6B (or 0x699D6B) is known color: Laurel. HEX triplet: 69, 9D and 6B. RGB value is (105,157,107). Sum of RGB (Red+Green+Blue) = 105+157+107=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #699D6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D6B is #966294. Grayscale: #878787. Windows color (decimal): -9855637 or 7052649. OLE color: 7052649.

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

Color convert

RGB 105 157 107 -
CMYK 0.33 0 0.32 0.38
HSL 122.31º 0.21% 0.51% -
HSV(B) 122.31º 0.33% 0.62% -
XYZ 20.54 28.18 18.27 -
YUV 135.75 111.77 106.07 -
System Red Green Blue C M Y K H S L
Decimal 105 157 107 0.33 0 0.32 0.38 122.31 0.21 0.51
Hex 69 9D 6B 21 0 20 26 7A 15 33
Octal 151 235 153 41 0 40 46 172 25 63
Binary 1101001 10011101 1101011 100001 0 100000 100110 1111010 10101 110011

Color Harmonies of #699D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D6B

Black with #699D6B

Text Example


Text Example

White with #699D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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