Html Css Color HEX #69936C Laurel

📋 copy color: '#69936C'

red 105 ◦ green 147 ◦ blue 108

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

Shades of Laurel #69936C

Tints of Laurel #69936C

RGB

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

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

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

R = 29.17%
G = 40.83%
B = 30%

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

#69936C (or 0x69936C) is known color: Laurel. HEX triplet: 69, 93 and 6C. RGB value is (105,147,108). Sum of RGB (Red+Green+Blue) = 105+147+108=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #69936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69936C is #966C93. Grayscale: #828282. Windows color (decimal): -9858196 or 7115625. OLE color: 7115625.

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

Color convert

RGB 105 147 108 -
CMYK 0.29 0 0.27 0.42
HSL 124.29º 0.17% 0.49% -
HSV(B) 124.29º 0.29% 0.58% -
XYZ 18.97 24.95 18 -
YUV 130 115.59 110.17 -
System Red Green Blue C M Y K H S L
Decimal 105 147 108 0.29 0 0.27 0.42 124.29 0.17 0.49
Hex 69 93 6C 1D 0 1B 2A 7C 11 31
Octal 151 223 154 35 0 33 52 174 21 61
Binary 1101001 10010011 1101100 11101 0 11011 101010 1111100 10001 110001

Color Harmonies of #69936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69936C

Black with #69936C

Text Example


Text Example

White with #69936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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