Html Css Color HEX #69946D Laurel

📋 copy color: '#69946D'

red 105 ◦ green 148 ◦ blue 109

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

Shades of Laurel #69946D

Tints of Laurel #69946D

RGB

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

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

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

R = 29.01%
G = 40.88%
B = 30.11%

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

#69946D (or 0x69946D) is known color: Laurel. HEX triplet: 69, 94 and 6D. RGB value is (105,148,109). Sum of RGB (Red+Green+Blue) = 105+148+109=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #69946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69946D is #966B92. Grayscale: #828282. Windows color (decimal): -9857939 or 7181417. OLE color: 7181417.

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

Color convert

RGB 105 148 109 -
CMYK 0.29 0 0.26 0.42
HSL 125.58º 0.17% 0.5% -
HSV(B) 125.58º 0.29% 0.58% -
XYZ 19.18 25.29 18.34 -
YUV 130.7 115.75 109.67 -
System Red Green Blue C M Y K H S L
Decimal 105 148 109 0.29 0 0.26 0.42 125.58 0.17 0.5
Hex 69 94 6D 1D 0 1A 2A 7E 11 32
Octal 151 224 155 35 0 32 52 176 21 62
Binary 1101001 10010100 1101101 11101 0 11010 101010 1111110 10001 110010

Color Harmonies of #69946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69946D

Black with #69946D

Text Example


Text Example

White with #69946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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