Html Css Color HEX #69856B Laurel

📋 copy color: '#69856B'

red 105 ◦ green 133 ◦ blue 107

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

Shades of Laurel #69856B

Tints of Laurel #69856B

RGB

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

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

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

R = 30.43%
G = 38.55%
B = 31.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#69856B (or 0x69856B) is known color: Laurel. HEX triplet: 69, 85 and 6B. RGB value is (105,133,107). Sum of RGB (Red+Green+Blue) = 105+133+107=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #69856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69856B is #967A94. Grayscale: #797979. Windows color (decimal): -9861781 or 7046505. OLE color: 7046505.

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

Color convert

RGB 105 133 107 -
CMYK 0.21 0 0.20 0.48
HSL 124.29º 0.12% 0.47% -
HSV(B) 124.29º 0.21% 0.52% -
XYZ 16.87 20.84 17.04 -
YUV 121.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 105 133 107 0.21 0 0.20 0.48 124.29 0.12 0.47
Hex 69 85 6B 15 0 14 30 7C C 2F
Octal 151 205 153 25 0 24 60 174 14 57
Binary 1101001 10000101 1101011 10101 0 10100 110000 1111100 1100 101111

Color Harmonies of #69856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69856B

Black with #69856B

Text Example


Text Example

White with #69856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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