Html Css Color HEX #67956B Laurel

📋 copy color: '#67956B'

red 103 ◦ green 149 ◦ blue 107

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

Shades of Laurel #67956B

Tints of Laurel #67956B

RGB

 RED value IS 103 (40.63% from 255) = 28.69%

 GREEN value IS 149 (58.59% from 255) = 41.5%

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 28.69%
G = 41.5%
B = 29.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#67956B (or 0x67956B) is known color: Laurel. HEX triplet: 67, 95 and 6B. RGB value is (103,149,107). Sum of RGB (Red+Green+Blue) = 103+149+107=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #67956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67956B is #986A94. Grayscale: #828282. Windows color (decimal): -9988757 or 7050599. OLE color: 7050599.

HSL color Cylindrical-coordinate representation of color #67956B: hue angle of 125.22º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67956B is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 149 107 -
CMYK 0.31 0 0.28 0.42
HSL 125.22º 0.18% 0.49% -
HSV(B) 125.22º 0.31% 0.58% -
XYZ 18.99 25.44 17.82 -
YUV 130.46 114.76 108.42 -
System Red Green Blue C M Y K H S L
Decimal 103 149 107 0.31 0 0.28 0.42 125.22 0.18 0.49
Hex 67 95 6B 1F 0 1C 2A 7D 12 31
Octal 147 225 153 37 0 34 52 175 22 61
Binary 1100111 10010101 1101011 11111 0 11100 101010 1111101 10010 110001

Color Harmonies of #67956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67956B

Black with #67956B

Text Example


Text Example

White with #67956B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67956B; }

 p { color: rgb(103,149,107); }

 H1.HeaderClassName
 {
   color: #67956B;
 }
 .AnyTagClassName
 {
   color: #67956B;
 }
</style>

background-color css

<style>
 a { background-color: #67956B; }

 a { background-color: rgb(103,149,107); }

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

border-color css

<style>
 span { border-color: #67956B; }

 span { border-color: rgb(103,149,107); }

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