Html Css Color HEX #69936D Laurel

📋 copy color: '#69936D'

red 105 ◦ green 147 ◦ blue 109

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

Shades of Laurel #69936D

Tints of Laurel #69936D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.72%

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

R = 29.09%
G = 40.72%
B = 30.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#69936D (or 0x69936D) is known color: Laurel. HEX triplet: 69, 93 and 6D. RGB value is (105,147,109). Sum of RGB (Red+Green+Blue) = 105+147+109=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #69936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69936D is #966C92. Grayscale: #828282. Windows color (decimal): -9858195 or 7181161. OLE color: 7181161.

HSL color Cylindrical-coordinate representation of color #69936D: hue angle of 125.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69936D is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 147 109 -
CMYK 0.29 0 0.26 0.42
HSL 125.71º 0.17% 0.49% -
HSV(B) 125.71º 0.29% 0.58% -
XYZ 19.02 24.97 18.29 -
YUV 130.11 116.09 110.09 -
System Red Green Blue C M Y K H S L
Decimal 105 147 109 0.29 0 0.26 0.42 125.71 0.17 0.49
Hex 69 93 6D 1D 0 1A 2A 7E 11 31
Octal 151 223 155 35 0 32 52 176 21 61
Binary 1101001 10010011 1101101 11101 0 11010 101010 1111110 10001 110001

Color Harmonies of #69936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69936D

Black with #69936D

Text Example


Text Example

White with #69936D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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