Html Css Color HEX #69996F Laurel

📋 copy color: '#69996F'

red 105 ◦ green 153 ◦ blue 111

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

Shades of Laurel #69996F

Tints of Laurel #69996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.08%

R = 28.46%
G = 41.46%
B = 30.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#69996F (or 0x69996F) is known color: Laurel. HEX triplet: 69, 99 and 6F. RGB value is (105,153,111). Sum of RGB (Red+Green+Blue) = 105+153+111=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #69996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69996F is #966690. Grayscale: #858585. Windows color (decimal): -9856657 or 7313769. OLE color: 7313769.

HSL color Cylindrical-coordinate representation of color #69996F: hue angle of 127.5º 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 #69996F is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 111 -
CMYK 0.31 0 0.27 0.4
HSL 127.5º 0.19% 0.51% -
HSV(B) 127.5º 0.31% 0.6% -
XYZ 20.09 26.93 19.18 -
YUV 133.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 105 153 111 0.31 0 0.27 0.4 127.5 0.19 0.51
Hex 69 99 6F 1F 0 1B 28 80 13 33
Octal 151 231 157 37 0 33 50 200 23 63
Binary 1101001 10011001 1101111 11111 0 11011 101000 10000000 10011 110011

Color Harmonies of #69996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69996F

Black with #69996F

Text Example


Text Example

White with #69996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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