Html Css Color HEX #699269 Laurel

📋 copy color: '#699269'

red 105 ◦ green 146 ◦ blue 105

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

Shades of Laurel #699269

Tints of Laurel #699269

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.01%

 BLUE value IS 105 (41.41% from 255) = 29.49%

R = 29.49%
G = 41.01%
B = 29.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#699269 (or 0x699269) is known color: Laurel. HEX triplet: 69, 92 and 69. RGB value is (105,146,105). Sum of RGB (Red+Green+Blue) = 105+146+105=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #699269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699269 is #966D96. Grayscale: #818181. Windows color (decimal): -9858455 or 6918761. OLE color: 6918761.

HSL color Cylindrical-coordinate representation of color #699269: hue angle of 120º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699269 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 146 105 -
CMYK 0.28 0 0.28 0.43
HSL 120º 0.16% 0.49% -
HSV(B) 120º 0.28% 0.57% -
XYZ 18.65 24.58 17.13 -
YUV 129.07 114.42 110.83 -
System Red Green Blue C M Y K H S L
Decimal 105 146 105 0.28 0 0.28 0.43 120 0.16 0.49
Hex 69 92 69 1C 0 1C 2B 78 10 31
Octal 151 222 151 34 0 34 53 170 20 61
Binary 1101001 10010010 1101001 11100 0 11100 101011 1111000 10000 110001

Color Harmonies of #699269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699269

Black with #699269

Text Example


Text Example

White with #699269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699269; }

 p { color: rgb(105,146,105); }

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

background-color css

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

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

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

border-color css

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

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

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