Html Css Color HEX #699A6E Laurel

📋 copy color: '#699A6E'

red 105 ◦ green 154 ◦ blue 110

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

Shades of Laurel #699A6E

Tints of Laurel #699A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 28.46%
G = 41.73%
B = 29.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#699A6E (or 0x699A6E) is known color: Laurel. HEX triplet: 69, 9A and 6E. RGB value is (105,154,110). Sum of RGB (Red+Green+Blue) = 105+154+110=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 154 - color contains mainly: green. Hex color #699A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699A6E is #966591. Grayscale: #868686. Windows color (decimal): -9856402 or 7248489. OLE color: 7248489.

HSL color Cylindrical-coordinate representation of color #699A6E: hue angle of 126.12º 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 #699A6E is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 154 110 -
CMYK 0.32 0 0.29 0.40
HSL 126.12º 0.2% 0.51% -
HSV(B) 126.12º 0.32% 0.6% -
XYZ 20.2 27.24 18.95 -
YUV 134.33 114.27 107.08 -
System Red Green Blue C M Y K H S L
Decimal 105 154 110 0.32 0 0.29 0.40 126.12 0.2 0.51
Hex 69 9A 6E 20 0 1D 28 7E 14 33
Octal 151 232 156 40 0 35 50 176 24 63
Binary 1101001 10011010 1101110 100000 0 11101 101000 1111110 10100 110011

Color Harmonies of #699A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699A6E

Black with #699A6E

Text Example


Text Example

White with #699A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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