Html Css Color HEX #698769 Laurel

📋 copy color: '#698769'

red 105 ◦ green 135 ◦ blue 105

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

Shades of Laurel #698769

Tints of Laurel #698769

RGB

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

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

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

R = 30.43%
G = 39.13%
B = 30.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#698769 (or 0x698769) is known color: Laurel. HEX triplet: 69, 87 and 69. RGB value is (105,135,105). Sum of RGB (Red+Green+Blue) = 105+135+105=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #698769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698769 is #967896. Grayscale: #7A7A7A. Windows color (decimal): -9861271 or 6915945. OLE color: 6915945.

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

Color convert

RGB 105 135 105 -
CMYK 0.22 0 0.22 0.47
HSL 120º 0.13% 0.47% -
HSV(B) 120º 0.22% 0.53% -
XYZ 17.04 21.35 16.59 -
YUV 122.61 118.06 115.44 -
System Red Green Blue C M Y K H S L
Decimal 105 135 105 0.22 0 0.22 0.47 120 0.13 0.47
Hex 69 87 69 16 0 16 2F 78 C 2F
Octal 151 207 151 26 0 26 57 170 14 57
Binary 1101001 10000111 1101001 10110 0 10110 101111 1111000 1100 101111

Color Harmonies of #698769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698769

Black with #698769

Text Example


Text Example

White with #698769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698769; }

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

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

background-color css

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

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

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

border-color css

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

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

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