Html Css Color HEX #69986F Laurel

📋 copy color: '#69986F'

red 105 ◦ green 152 ◦ blue 111

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

Shades of Laurel #69986F

Tints of Laurel #69986F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.3%

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

R = 28.53%
G = 41.3%
B = 30.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#69986F (or 0x69986F) is known color: Laurel. HEX triplet: 69, 98 and 6F. RGB value is (105,152,111). Sum of RGB (Red+Green+Blue) = 105+152+111=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #69986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69986F is #966790. Grayscale: #858585. Windows color (decimal): -9856913 or 7313513. OLE color: 7313513.

HSL color Cylindrical-coordinate representation of color #69986F: hue angle of 127.66º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69986F is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 111 -
CMYK 0.31 0 0.27 0.40
HSL 127.66º 0.19% 0.5% -
HSV(B) 127.66º 0.31% 0.6% -
XYZ 19.92 26.61 19.12 -
YUV 133.27 115.43 107.83 -
System Red Green Blue C M Y K H S L
Decimal 105 152 111 0.31 0 0.27 0.40 127.66 0.19 0.5
Hex 69 98 6F 1F 0 1B 28 80 13 32
Octal 151 230 157 37 0 33 50 200 23 62
Binary 1101001 10011000 1101111 11111 0 11011 101000 10000000 10011 110010

Color Harmonies of #69986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69986F

Black with #69986F

Text Example


Text Example

White with #69986F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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