Html Css Color HEX #68906E Laurel

📋 copy color: '#68906E'

red 104 ◦ green 144 ◦ blue 110

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

Shades of Laurel #68906E

Tints of Laurel #68906E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 29.05%
G = 40.22%
B = 30.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#68906E (or 0x68906E) is known color: Laurel. HEX triplet: 68, 90 and 6E. RGB value is (104,144,110). Sum of RGB (Red+Green+Blue) = 104+144+110=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #68906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68906E is #976F91. Grayscale: #808080. Windows color (decimal): -9924498 or 7245928. OLE color: 7245928.

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

Color convert

RGB 104 144 110 -
CMYK 0.28 0 0.24 0.44
HSL 129º 0.16% 0.49% -
HSV(B) 129º 0.28% 0.56% -
XYZ 18.5 24.02 18.41 -
YUV 128.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 104 144 110 0.28 0 0.24 0.44 129 0.16 0.49
Hex 68 90 6E 1C 0 18 2C 81 10 31
Octal 150 220 156 34 0 30 54 201 20 61
Binary 1101000 10010000 1101110 11100 0 11000 101100 10000001 10000 110001

Color Harmonies of #68906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68906E

Black with #68906E

Text Example


Text Example

White with #68906E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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