Html Css Color HEX #69946F Laurel

📋 copy color: '#69946F'

red 105 ◦ green 148 ◦ blue 111

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

Shades of Laurel #69946F

Tints of Laurel #69946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 28.85%
G = 40.66%
B = 30.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#69946F (or 0x69946F) is known color: Laurel. HEX triplet: 69, 94 and 6F. RGB value is (105,148,111). Sum of RGB (Red+Green+Blue) = 105+148+111=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #69946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69946F is #966B90. Grayscale: #838383. Windows color (decimal): -9857937 or 7312489. OLE color: 7312489.

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

Color convert

RGB 105 148 111 -
CMYK 0.29 0 0.25 0.42
HSL 128.37º 0.17% 0.5% -
HSV(B) 128.37º 0.29% 0.58% -
XYZ 19.28 25.33 18.91 -
YUV 130.93 116.75 109.51 -
System Red Green Blue C M Y K H S L
Decimal 105 148 111 0.29 0 0.25 0.42 128.37 0.17 0.5
Hex 69 94 6F 1D 0 19 2A 80 11 32
Octal 151 224 157 35 0 31 52 200 21 62
Binary 1101001 10010100 1101111 11101 0 11001 101010 10000000 10001 110010

Color Harmonies of #69946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69946F

Black with #69946F

Text Example


Text Example

White with #69946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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