Html Css Color HEX #68906A Laurel

📋 copy color: '#68906A'

red 104 ◦ green 144 ◦ blue 106

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

Shades of Laurel #68906A

Tints of Laurel #68906A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 29.38%
G = 40.68%
B = 29.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#68906A (or 0x68906A) is known color: Laurel. HEX triplet: 68, 90 and 6A. RGB value is (104,144,106). Sum of RGB (Red+Green+Blue) = 104+144+106=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #68906A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68906A is #976F95. Grayscale: #7F7F7F. Windows color (decimal): -9924502 or 6983784. OLE color: 6983784.

HSL color Cylindrical-coordinate representation of color #68906A: hue angle of 123º 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 #68906A is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 106 -
CMYK 0.28 0 0.26 0.44
HSL 123º 0.16% 0.49% -
HSV(B) 123º 0.28% 0.56% -
XYZ 18.28 23.93 17.29 -
YUV 127.71 115.75 111.09 -
System Red Green Blue C M Y K H S L
Decimal 104 144 106 0.28 0 0.26 0.44 123 0.16 0.49
Hex 68 90 6A 1C 0 1A 2C 7B 10 31
Octal 150 220 152 34 0 32 54 173 20 61
Binary 1101000 10010000 1101010 11100 0 11010 101100 1111011 10000 110001

Color Harmonies of #68906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68906A

Black with #68906A

Text Example


Text Example

White with #68906A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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