Html Css Color HEX #69936F Laurel

📋 copy color: '#69936F'

red 105 ◦ green 147 ◦ blue 111

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

Shades of Laurel #69936F

Tints of Laurel #69936F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.58%

R = 28.93%
G = 40.5%
B = 30.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#69936F (or 0x69936F) is known color: Laurel. HEX triplet: 69, 93 and 6F. RGB value is (105,147,111). Sum of RGB (Red+Green+Blue) = 105+147+111=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #69936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69936F is #966C90. Grayscale: #828282. Windows color (decimal): -9858193 or 7312233. OLE color: 7312233.

HSL color Cylindrical-coordinate representation of color #69936F: hue angle of 128.57º 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 #69936F is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 147 111 -
CMYK 0.29 0 0.24 0.42
HSL 128.57º 0.17% 0.49% -
HSV(B) 128.57º 0.29% 0.58% -
XYZ 19.13 25.02 18.86 -
YUV 130.34 117.09 109.93 -
System Red Green Blue C M Y K H S L
Decimal 105 147 111 0.29 0 0.24 0.42 128.57 0.17 0.49
Hex 69 93 6F 1D 0 18 2A 81 11 31
Octal 151 223 157 35 0 30 52 201 21 61
Binary 1101001 10010011 1101111 11101 0 11000 101010 10000001 10001 110001

Color Harmonies of #69936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69936F

Black with #69936F

Text Example


Text Example

White with #69936F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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