Html Css Color HEX #6B9368 Laurel

📋 copy color: '#6B9368'

red 107 ◦ green 147 ◦ blue 104

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

Shades of Laurel #6B9368

Tints of Laurel #6B9368

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.06%

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

R = 29.89%
G = 41.06%
B = 29.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#6B9368 (or 0x6B9368) is known color: Laurel. HEX triplet: 6B, 93 and 68. RGB value is (107,147,104). Sum of RGB (Red+Green+Blue) = 107+147+104=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9368 is #946C97. Grayscale: #828282. Windows color (decimal): -9727128 or 6853483. OLE color: 6853483.

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

Color convert

RGB 107 147 104 -
CMYK 0.27 0 0.29 0.42
HSL 115.81º 0.17% 0.49% -
HSV(B) 115.81º 0.29% 0.58% -
XYZ 19 24.99 16.92 -
YUV 130.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 107 147 104 0.27 0 0.29 0.42 115.81 0.17 0.49
Hex 6B 93 68 1B 0 1D 2A 74 11 31
Octal 153 223 150 33 0 35 52 164 21 61
Binary 1101011 10010011 1101000 11011 0 11101 101010 1110100 10001 110001

Color Harmonies of #6B9368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9368

Black with #6B9368

Text Example


Text Example

White with #6B9368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,147,104); }

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

background-color css

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

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

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

border-color css

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

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

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