Html Css Color HEX #69996A Laurel

📋 copy color: '#69996A'

red 105 ◦ green 153 ◦ blue 106

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

Shades of Laurel #69996A

Tints of Laurel #69996A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 28.85%
G = 42.03%
B = 29.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#69996A (or 0x69996A) is known color: Laurel. HEX triplet: 69, 99 and 6A. RGB value is (105,153,106). Sum of RGB (Red+Green+Blue) = 105+153+106=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #69996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69996A is #966695. Grayscale: #858585. Windows color (decimal): -9856662 or 6986089. OLE color: 6986089.

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

Color convert

RGB 105 153 106 -
CMYK 0.31 0 0.31 0.4
HSL 121.25º 0.19% 0.51% -
HSV(B) 121.25º 0.31% 0.6% -
XYZ 19.82 26.83 17.77 -
YUV 133.29 112.6 107.82 -
System Red Green Blue C M Y K H S L
Decimal 105 153 106 0.31 0 0.31 0.4 121.25 0.19 0.51
Hex 69 99 6A 1F 0 1F 28 79 13 33
Octal 151 231 152 37 0 37 50 171 23 63
Binary 1101001 10011001 1101010 11111 0 11111 101000 1111001 10011 110011

Color Harmonies of #69996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69996A

Black with #69996A

Text Example


Text Example

White with #69996A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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