Html Css Color HEX #69996D Laurel

📋 copy color: '#69996D'

red 105 ◦ green 153 ◦ blue 109

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

Shades of Laurel #69996D

Tints of Laurel #69996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 28.61%
G = 41.69%
B = 29.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#69996D (or 0x69996D) is known color: Laurel. HEX triplet: 69, 99 and 6D. RGB value is (105,153,109). Sum of RGB (Red+Green+Blue) = 105+153+109=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #69996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69996D is #966692. Grayscale: #858585. Windows color (decimal): -9856659 or 7182697. OLE color: 7182697.

HSL color Cylindrical-coordinate representation of color #69996D: hue angle of 125º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69996D is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 109 -
CMYK 0.31 0 0.29 0.4
HSL 125º 0.19% 0.51% -
HSV(B) 125º 0.31% 0.6% -
XYZ 19.98 26.89 18.61 -
YUV 133.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 105 153 109 0.31 0 0.29 0.4 125 0.19 0.51
Hex 69 99 6D 1F 0 1D 28 7D 13 33
Octal 151 231 155 37 0 35 50 175 23 63
Binary 1101001 10011001 1101101 11111 0 11101 101000 1111101 10011 110011

Color Harmonies of #69996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69996D

Black with #69996D

Text Example


Text Example

White with #69996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69996D; }

 p { color: rgb(105,153,109); }

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

background-color css

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

 a { background-color: rgb(105,153,109); }

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

border-color css

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

 span { border-color: rgb(105,153,109); }

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