Html Css Color HEX #69876B Laurel

📋 copy color: '#69876B'

red 105 ◦ green 135 ◦ blue 107

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

Shades of Laurel #69876B

Tints of Laurel #69876B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.9%

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 30.26%
G = 38.9%
B = 30.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#69876B (or 0x69876B) is known color: Laurel. HEX triplet: 69, 87 and 6B. RGB value is (105,135,107). Sum of RGB (Red+Green+Blue) = 105+135+107=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #69876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69876B is #967894. Grayscale: #7A7A7A. Windows color (decimal): -9861269 or 7047017. OLE color: 7047017.

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

Color convert

RGB 105 135 107 -
CMYK 0.22 0 0.21 0.47
HSL 124º 0.13% 0.47% -
HSV(B) 124º 0.22% 0.53% -
XYZ 17.14 21.39 17.14 -
YUV 122.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 105 135 107 0.22 0 0.21 0.47 124 0.13 0.47
Hex 69 87 6B 16 0 15 2F 7C C 2F
Octal 151 207 153 26 0 25 57 174 14 57
Binary 1101001 10000111 1101011 10110 0 10101 101111 1111100 1100 101111

Color Harmonies of #69876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69876B

Black with #69876B

Text Example


Text Example

White with #69876B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69876B; }

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

 H1.HeaderClassName
 {
   color: #69876B;
 }
 .AnyTagClassName
 {
   color: #69876B;
 }
</style>

background-color css

<style>
 a { background-color: #69876B; }

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

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

border-color css

<style>
 span { border-color: #69876B; }

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

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