Html Css Color HEX #69866F Laurel

📋 copy color: '#69866F'

red 105 ◦ green 134 ◦ blue 111

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

Shades of Laurel #69866F

Tints of Laurel #69866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 30%
G = 38.29%
B = 31.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#69866F (or 0x69866F) is known color: Laurel. HEX triplet: 69, 86 and 6F. RGB value is (105,134,111). Sum of RGB (Red+Green+Blue) = 105+134+111=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #69866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69866F is #967990. Grayscale: #7A7A7A. Windows color (decimal): -9861521 or 7308905. OLE color: 7308905.

HSL color Cylindrical-coordinate representation of color #69866F: hue angle of 132.41º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #69866F is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 134 111 -
CMYK 0.22 0 0.17 0.47
HSL 132.41º 0.12% 0.47% -
HSV(B) 132.41º 0.22% 0.53% -
XYZ 17.22 21.2 18.22 -
YUV 122.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 105 134 111 0.22 0 0.17 0.47 132.41 0.12 0.47
Hex 69 86 6F 16 0 11 2F 84 C 2F
Octal 151 206 157 26 0 21 57 204 14 57
Binary 1101001 10000110 1101111 10110 0 10001 101111 10000100 1100 101111

Color Harmonies of #69866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69866F

Black with #69866F

Text Example


Text Example

White with #69866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69866F; }

 p { color: rgb(105,134,111); }

 H1.HeaderClassName
 {
   color: #69866F;
 }
 .AnyTagClassName
 {
   color: #69866F;
 }
</style>

background-color css

<style>
 a { background-color: #69866F; }

 a { background-color: rgb(105,134,111); }

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

border-color css

<style>
 span { border-color: #69866F; }

 span { border-color: rgb(105,134,111); }

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