Html Css Color HEX #69956D Laurel

📋 copy color: '#69956D'

red 105 ◦ green 149 ◦ blue 109

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

Shades of Laurel #69956D

Tints of Laurel #69956D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.05%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 28.93%
G = 41.05%
B = 30.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#69956D (or 0x69956D) is known color: Laurel. HEX triplet: 69, 95 and 6D. RGB value is (105,149,109). Sum of RGB (Red+Green+Blue) = 105+149+109=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #69956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69956D is #966A92. Grayscale: #838383. Windows color (decimal): -9857683 or 7181673. OLE color: 7181673.

HSL color Cylindrical-coordinate representation of color #69956D: hue angle of 125.45º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69956D is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 109 -
CMYK 0.30 0 0.27 0.42
HSL 125.45º 0.17% 0.5% -
HSV(B) 125.45º 0.3% 0.58% -
XYZ 19.33 25.6 18.39 -
YUV 131.28 115.42 109.25 -
System Red Green Blue C M Y K H S L
Decimal 105 149 109 0.30 0 0.27 0.42 125.45 0.17 0.5
Hex 69 95 6D 1E 0 1B 2A 7D 11 32
Octal 151 225 155 36 0 33 52 175 21 62
Binary 1101001 10010101 1101101 11110 0 11011 101010 1111101 10001 110010

Color Harmonies of #69956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69956D

Black with #69956D

Text Example


Text Example

White with #69956D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69956D; }

 p { color: rgb(105,149,109); }

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

background-color css

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

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

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

border-color css

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

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

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