Html Css Color HEX #689268 Laurel

📋 copy color: '#689268'

red 104 ◦ green 146 ◦ blue 104

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

Shades of Laurel #689268

Tints of Laurel #689268

RGB

 RED value IS 104 (41.02% from 255) = 29.38%

 GREEN value IS 146 (57.42% from 255) = 41.24%

 BLUE value IS 104 (41.02% from 255) = 29.38%

R = 29.38%
G = 41.24%
B = 29.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#689268 (or 0x689268) is known color: Laurel. HEX triplet: 68, 92 and 68. RGB value is (104,146,104). Sum of RGB (Red+Green+Blue) = 104+146+104=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #689268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689268 is #976D97. Grayscale: #808080. Windows color (decimal): -9923992 or 6853224. OLE color: 6853224.

HSL color Cylindrical-coordinate representation of color #689268: hue angle of 120º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689268 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 146 104 -
CMYK 0.29 0 0.29 0.43
HSL 120º 0.17% 0.49% -
HSV(B) 120º 0.29% 0.57% -
XYZ 18.49 24.5 16.85 -
YUV 128.65 114.09 110.42 -
System Red Green Blue C M Y K H S L
Decimal 104 146 104 0.29 0 0.29 0.43 120 0.17 0.49
Hex 68 92 68 1D 0 1D 2B 78 11 31
Octal 150 222 150 35 0 35 53 170 21 61
Binary 1101000 10010010 1101000 11101 0 11101 101011 1111000 10001 110001

Color Harmonies of #689268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689268

Black with #689268

Text Example


Text Example

White with #689268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689268; }

 p { color: rgb(104,146,104); }

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

background-color css

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

 a { background-color: rgb(104,146,104); }

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

border-color css

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

 span { border-color: rgb(104,146,104); }

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