Html Css Color HEX #6B9A6C Laurel

📋 copy color: '#6B9A6C'

red 107 ◦ green 154 ◦ blue 108

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

Shades of Laurel #6B9A6C

Tints of Laurel #6B9A6C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.73%

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 29%
G = 41.73%
B = 29.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#6B9A6C (or 0x6B9A6C) is known color: Laurel. HEX triplet: 6B, 9A and 6C. RGB value is (107,154,108). Sum of RGB (Red+Green+Blue) = 107+154+108=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 154 - color contains mainly: green. Hex color #6B9A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9A6C is #946593. Grayscale: #868686. Windows color (decimal): -9725332 or 7117419. OLE color: 7117419.

HSL color Cylindrical-coordinate representation of color #6B9A6C: hue angle of 121.28º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9A6C is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 154 108 -
CMYK 0.31 0 0.30 0.40
HSL 121.28º 0.19% 0.51% -
HSV(B) 121.28º 0.31% 0.6% -
XYZ 20.33 27.32 18.39 -
YUV 134.7 112.93 108.24 -
System Red Green Blue C M Y K H S L
Decimal 107 154 108 0.31 0 0.30 0.40 121.28 0.19 0.51
Hex 6B 9A 6C 1F 0 1E 28 79 13 33
Octal 153 232 154 37 0 36 50 171 23 63
Binary 1101011 10011010 1101100 11111 0 11110 101000 1111001 10011 110011

Color Harmonies of #6B9A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9A6C

Black with #6B9A6C

Text Example


Text Example

White with #6B9A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,154,108); }

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

background-color css

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

 a { background-color: rgb(107,154,108); }

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

border-color css

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

 span { border-color: rgb(107,154,108); }

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