Html Css Color HEX #69936A Laurel

📋 copy color: '#69936A'

red 105 ◦ green 147 ◦ blue 106

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

Shades of Laurel #69936A

Tints of Laurel #69936A

RGB

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

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

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

R = 29.33%
G = 41.06%
B = 29.61%

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

#69936A (or 0x69936A) is known color: Laurel. HEX triplet: 69, 93 and 6A. RGB value is (105,147,106). Sum of RGB (Red+Green+Blue) = 105+147+106=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #69936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69936A is #966C95. Grayscale: #818181. Windows color (decimal): -9858198 or 6984553. OLE color: 6984553.

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

Color convert

RGB 105 147 106 -
CMYK 0.29 0 0.28 0.42
HSL 121.43º 0.17% 0.49% -
HSV(B) 121.43º 0.29% 0.58% -
XYZ 18.86 24.91 17.45 -
YUV 129.77 114.59 110.33 -
System Red Green Blue C M Y K H S L
Decimal 105 147 106 0.29 0 0.28 0.42 121.43 0.17 0.49
Hex 69 93 6A 1D 0 1C 2A 79 11 31
Octal 151 223 152 35 0 34 52 171 21 61
Binary 1101001 10010011 1101010 11101 0 11100 101010 1111001 10001 110001

Color Harmonies of #69936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69936A

Black with #69936A

Text Example


Text Example

White with #69936A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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