Html Css Color HEX #6B9B6E Laurel

📋 copy color: '#6B9B6E'

red 107 ◦ green 155 ◦ blue 110

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

Shades of Laurel #6B9B6E

Tints of Laurel #6B9B6E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.67%

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

R = 28.76%
G = 41.67%
B = 29.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#6B9B6E (or 0x6B9B6E) is known color: Laurel. HEX triplet: 6B, 9B and 6E. RGB value is (107,155,110). Sum of RGB (Red+Green+Blue) = 107+155+110=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9B6E is #946491. Grayscale: #878787. Windows color (decimal): -9725074 or 7248747. OLE color: 7248747.

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

Color convert

RGB 107 155 110 -
CMYK 0.31 0 0.29 0.39
HSL 123.75º 0.19% 0.51% -
HSV(B) 123.75º 0.31% 0.61% -
XYZ 20.6 27.69 19.01 -
YUV 135.52 113.6 107.66 -
System Red Green Blue C M Y K H S L
Decimal 107 155 110 0.31 0 0.29 0.39 123.75 0.19 0.51
Hex 6B 9B 6E 1F 0 1D 27 7C 13 33
Octal 153 233 156 37 0 35 47 174 23 63
Binary 1101011 10011011 1101110 11111 0 11101 100111 1111100 10011 110011

Color Harmonies of #6B9B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9B6E

Black with #6B9B6E

Text Example


Text Example

White with #6B9B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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