Html Css Color HEX #699A6A Laurel

📋 copy color: '#699A6A'

red 105 ◦ green 154 ◦ blue 106

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

Shades of Laurel #699A6A

Tints of Laurel #699A6A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.19%

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

R = 28.77%
G = 42.19%
B = 29.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#699A6A (or 0x699A6A) is known color: Laurel. HEX triplet: 69, 9A and 6A. RGB value is (105,154,106). Sum of RGB (Red+Green+Blue) = 105+154+106=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 154 - color contains mainly: green. Hex color #699A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699A6A is #966595. Grayscale: #868686. Windows color (decimal): -9856406 or 6986345. OLE color: 6986345.

HSL color Cylindrical-coordinate representation of color #699A6A: hue angle of 121.22º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699A6A is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 154 106 -
CMYK 0.32 0 0.31 0.40
HSL 121.22º 0.2% 0.51% -
HSV(B) 121.22º 0.32% 0.6% -
XYZ 19.98 27.16 17.82 -
YUV 133.88 112.27 107.4 -
System Red Green Blue C M Y K H S L
Decimal 105 154 106 0.32 0 0.31 0.40 121.22 0.2 0.51
Hex 69 9A 6A 20 0 1F 28 79 14 33
Octal 151 232 152 40 0 37 50 171 24 63
Binary 1101001 10011010 1101010 100000 0 11111 101000 1111001 10100 110011

Color Harmonies of #699A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699A6A

Black with #699A6A

Text Example


Text Example

White with #699A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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