Html Css Color HEX #69946C Laurel

📋 copy color: '#69946C'

red 105 ◦ green 148 ◦ blue 108

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

Shades of Laurel #69946C

Tints of Laurel #69946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 29.09%
G = 41%
B = 29.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#69946C (or 0x69946C) is known color: Laurel. HEX triplet: 69, 94 and 6C. RGB value is (105,148,108). Sum of RGB (Red+Green+Blue) = 105+148+108=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #69946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69946C is #966B93. Grayscale: #828282. Windows color (decimal): -9857940 or 7115881. OLE color: 7115881.

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

Color convert

RGB 105 148 108 -
CMYK 0.29 0 0.27 0.42
HSL 124.19º 0.17% 0.5% -
HSV(B) 124.19º 0.29% 0.58% -
XYZ 19.12 25.27 18.06 -
YUV 130.58 115.25 109.75 -
System Red Green Blue C M Y K H S L
Decimal 105 148 108 0.29 0 0.27 0.42 124.19 0.17 0.5
Hex 69 94 6C 1D 0 1B 2A 7C 11 32
Octal 151 224 154 35 0 33 52 174 21 62
Binary 1101001 10010100 1101100 11101 0 11011 101010 1111100 10001 110010

Color Harmonies of #69946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69946C

Black with #69946C

Text Example


Text Example

White with #69946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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