Html Css Color HEX #69896B Laurel

📋 copy color: '#69896B'

red 105 ◦ green 137 ◦ blue 107

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

Shades of Laurel #69896B

Tints of Laurel #69896B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.26%

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

R = 30.09%
G = 39.26%
B = 30.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#69896B (or 0x69896B) is known color: Laurel. HEX triplet: 69, 89 and 6B. RGB value is (105,137,107). Sum of RGB (Red+Green+Blue) = 105+137+107=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #69896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69896B is #967694. Grayscale: #7C7C7C. Windows color (decimal): -9860757 or 7047529. OLE color: 7047529.

HSL color Cylindrical-coordinate representation of color #69896B: hue angle of 123.75º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #69896B is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 107 -
CMYK 0.23 0 0.22 0.46
HSL 123.75º 0.13% 0.47% -
HSV(B) 123.75º 0.23% 0.54% -
XYZ 17.43 21.96 17.23 -
YUV 124.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 105 137 107 0.23 0 0.22 0.46 123.75 0.13 0.47
Hex 69 89 6B 17 0 16 2E 7C D 2F
Octal 151 211 153 27 0 26 56 174 15 57
Binary 1101001 10001001 1101011 10111 0 10110 101110 1111100 1101 101111

Color Harmonies of #69896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69896B

Black with #69896B

Text Example


Text Example

White with #69896B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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