Html Css Color HEX #69946A Laurel

📋 copy color: '#69946A'

red 105 ◦ green 148 ◦ blue 106

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

Shades of Laurel #69946A

Tints of Laurel #69946A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 29.25%
G = 41.23%
B = 29.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#69946A (or 0x69946A) is known color: Laurel. HEX triplet: 69, 94 and 6A. RGB value is (105,148,106). Sum of RGB (Red+Green+Blue) = 105+148+106=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #69946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69946A is #966B95. Grayscale: #828282. Windows color (decimal): -9857942 or 6984809. OLE color: 6984809.

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

Color convert

RGB 105 148 106 -
CMYK 0.29 0 0.28 0.42
HSL 121.4º 0.17% 0.5% -
HSV(B) 121.4º 0.29% 0.58% -
XYZ 19.02 25.22 17.5 -
YUV 130.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 105 148 106 0.29 0 0.28 0.42 121.4 0.17 0.5
Hex 69 94 6A 1D 0 1C 2A 79 11 32
Octal 151 224 152 35 0 34 52 171 21 62
Binary 1101001 10010100 1101010 11101 0 11100 101010 1111001 10001 110010

Color Harmonies of #69946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69946A

Black with #69946A

Text Example


Text Example

White with #69946A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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