Html Css Color HEX #6B906E Laurel

📋 copy color: '#6B906E'

red 107 ◦ green 144 ◦ blue 110

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

Shades of Laurel #6B906E

Tints of Laurel #6B906E

RGB

 RED value IS 107 (42.19% from 255) = 29.64%

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

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

R = 29.64%
G = 39.89%
B = 30.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#6B906E (or 0x6B906E) is known color: Laurel. HEX triplet: 6B, 90 and 6E. RGB value is (107,144,110). Sum of RGB (Red+Green+Blue) = 107+144+110=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #6B906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B906E is #946F91. Grayscale: #818181. Windows color (decimal): -9727890 or 7245931. OLE color: 7245931.

HSL color Cylindrical-coordinate representation of color #6B906E: hue angle of 124.86º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B906E is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 144 110 -
CMYK 0.26 0 0.24 0.44
HSL 124.86º 0.15% 0.49% -
HSV(B) 124.86º 0.26% 0.56% -
XYZ 18.85 24.2 18.43 -
YUV 129.06 117.24 112.26 -
System Red Green Blue C M Y K H S L
Decimal 107 144 110 0.26 0 0.24 0.44 124.86 0.15 0.49
Hex 6B 90 6E 1A 0 18 2C 7D F 31
Octal 153 220 156 32 0 30 54 175 17 61
Binary 1101011 10010000 1101110 11010 0 11000 101100 1111101 1111 110001

Color Harmonies of #6B906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B906E

Black with #6B906E

Text Example


Text Example

White with #6B906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B906E; }

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

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

background-color css

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

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

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

border-color css

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

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

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