Html Css Color HEX #69856E Laurel

📋 copy color: '#69856E'

red 105 ◦ green 133 ◦ blue 110

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

Shades of Laurel #69856E

Tints of Laurel #69856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.22%

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 30.17%
G = 38.22%
B = 31.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#69856E (or 0x69856E) is known color: Laurel. HEX triplet: 69, 85 and 6E. RGB value is (105,133,110). Sum of RGB (Red+Green+Blue) = 105+133+110=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #69856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69856E is #967A91. Grayscale: #7A7A7A. Windows color (decimal): -9861778 or 7243113. OLE color: 7243113.

HSL color Cylindrical-coordinate representation of color #69856E: hue angle of 130.71º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #69856E is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 110 -
CMYK 0.21 0 0.17 0.48
HSL 130.71º 0.12% 0.47% -
HSV(B) 130.71º 0.21% 0.52% -
XYZ 17.03 20.9 17.89 -
YUV 122.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 105 133 110 0.21 0 0.17 0.48 130.71 0.12 0.47
Hex 69 85 6E 15 0 11 30 83 C 2F
Octal 151 205 156 25 0 21 60 203 14 57
Binary 1101001 10000101 1101110 10101 0 10001 110000 10000011 1100 101111

Color Harmonies of #69856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69856E

Black with #69856E

Text Example


Text Example

White with #69856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69856E; }

 p { color: rgb(105,133,110); }

 H1.HeaderClassName
 {
   color: #69856E;
 }
 .AnyTagClassName
 {
   color: #69856E;
 }
</style>

background-color css

<style>
 a { background-color: #69856E; }

 a { background-color: rgb(105,133,110); }

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

border-color css

<style>
 span { border-color: #69856E; }

 span { border-color: rgb(105,133,110); }

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