Html Css Color HEX #6B9C6D Laurel

📋 copy color: '#6B9C6D'

red 107 ◦ green 156 ◦ blue 109

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

Shades of Laurel #6B9C6D

Tints of Laurel #6B9C6D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.94%

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 28.76%
G = 41.94%
B = 29.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#6B9C6D (or 0x6B9C6D) is known color: Laurel. HEX triplet: 6B, 9C and 6D. RGB value is (107,156,109). Sum of RGB (Red+Green+Blue) = 107+156+109=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 156 - color contains mainly: green. Hex color #6B9C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9C6D is #946392. Grayscale: #888888. Windows color (decimal): -9724819 or 7183467. OLE color: 7183467.

HSL color Cylindrical-coordinate representation of color #6B9C6D: hue angle of 122.45º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9C6D is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 156 109 -
CMYK 0.31 0 0.30 0.39
HSL 122.45º 0.2% 0.52% -
HSV(B) 122.45º 0.31% 0.61% -
XYZ 20.71 28.01 18.78 -
YUV 135.99 112.77 107.32 -
System Red Green Blue C M Y K H S L
Decimal 107 156 109 0.31 0 0.30 0.39 122.45 0.2 0.52
Hex 6B 9C 6D 1F 0 1E 27 7A 14 34
Octal 153 234 155 37 0 36 47 172 24 64
Binary 1101011 10011100 1101101 11111 0 11110 100111 1111010 10100 110100

Color Harmonies of #6B9C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9C6D

Black with #6B9C6D

Text Example


Text Example

White with #6B9C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,156,109); }

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

background-color css

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

 a { background-color: rgb(107,156,109); }

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

border-color css

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

 span { border-color: rgb(107,156,109); }

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