Html Css Color HEX #68906F Laurel

📋 copy color: '#68906F'

red 104 ◦ green 144 ◦ blue 111

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

Shades of Laurel #68906F

Tints of Laurel #68906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.11%

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 28.97%
G = 40.11%
B = 30.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#68906F (or 0x68906F) is known color: Laurel. HEX triplet: 68, 90 and 6F. RGB value is (104,144,111). Sum of RGB (Red+Green+Blue) = 104+144+111=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #68906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68906F is #976F90. Grayscale: #808080. Windows color (decimal): -9924497 or 7311464. OLE color: 7311464.

HSL color Cylindrical-coordinate representation of color #68906F: hue angle of 130.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68906F is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 111 -
CMYK 0.28 0 0.23 0.44
HSL 130.5º 0.16% 0.49% -
HSV(B) 130.5º 0.28% 0.56% -
XYZ 18.55 24.04 18.7 -
YUV 128.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 104 144 111 0.28 0 0.23 0.44 130.5 0.16 0.49
Hex 68 90 6F 1C 0 17 2C 82 10 31
Octal 150 220 157 34 0 27 54 202 20 61
Binary 1101000 10010000 1101111 11100 0 10111 101100 10000010 10000 110001

Color Harmonies of #68906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68906F

Black with #68906F

Text Example


Text Example

White with #68906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68906F; }

 p { color: rgb(104,144,111); }

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

background-color css

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

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

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

border-color css

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

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

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