Html Css Color HEX #6B8669 Laurel

📋 copy color: '#6B8669'

red 107 ◦ green 134 ◦ blue 105

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

Shades of Laurel #6B8669

Tints of Laurel #6B8669

RGB

 RED value IS 107 (42.19% from 255) = 30.92%

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

 BLUE value IS 105 (41.41% from 255) = 30.35%

R = 30.92%
G = 38.73%
B = 30.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#6B8669 (or 0x6B8669) is known color: Laurel. HEX triplet: 6B, 86 and 69. RGB value is (107,134,105). Sum of RGB (Red+Green+Blue) = 107+134+105=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8669 is #947996. Grayscale: #7A7A7A. Windows color (decimal): -9730455 or 6915691. OLE color: 6915691.

HSL color Cylindrical-coordinate representation of color #6B8669: hue angle of 115.86º 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 #6B8669 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 134 105 -
CMYK 0.20 0 0.22 0.47
HSL 115.86º 0.12% 0.47% -
HSV(B) 115.86º 0.22% 0.53% -
XYZ 17.14 21.2 16.55 -
YUV 122.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 107 134 105 0.20 0 0.22 0.47 115.86 0.12 0.47
Hex 6B 86 69 14 0 16 2F 74 C 2F
Octal 153 206 151 24 0 26 57 164 14 57
Binary 1101011 10000110 1101001 10100 0 10110 101111 1110100 1100 101111

Color Harmonies of #6B8669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8669

Black with #6B8669

Text Example


Text Example

White with #6B8669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B8669; }

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

 H1.HeaderClassName
 {
   color: #6B8669;
 }
 .AnyTagClassName
 {
   color: #6B8669;
 }
</style>

background-color css

<style>
 a { background-color: #6B8669; }

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

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

border-color css

<style>
 span { border-color: #6B8669; }

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

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