Html Css Color HEX #69876E Laurel

📋 copy color: '#69876E'

red 105 ◦ green 135 ◦ blue 110

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

Shades of Laurel #69876E

Tints of Laurel #69876E

RGB

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

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

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

R = 30%
G = 38.57%
B = 31.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#69876E (or 0x69876E) is known color: Laurel. HEX triplet: 69, 87 and 6E. RGB value is (105,135,110). Sum of RGB (Red+Green+Blue) = 105+135+110=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #69876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69876E is #967891. Grayscale: #7B7B7B. Windows color (decimal): -9861266 or 7243625. OLE color: 7243625.

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

Color convert

RGB 105 135 110 -
CMYK 0.22 0 0.19 0.47
HSL 130º 0.13% 0.47% -
HSV(B) 130º 0.22% 0.53% -
XYZ 17.3 21.46 17.98 -
YUV 123.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 105 135 110 0.22 0 0.19 0.47 130 0.13 0.47
Hex 69 87 6E 16 0 13 2F 82 C 2F
Octal 151 207 156 26 0 23 57 202 14 57
Binary 1101001 10000111 1101110 10110 0 10011 101111 10000010 1100 101111

Color Harmonies of #69876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69876E

Black with #69876E

Text Example


Text Example

White with #69876E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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